div或者div中的内容居中对齐的方法

(1)div居中对齐的样式

style="margin-left:auto;margin-right:auto;"

或者简写为:

style="margin:0 auto;"

(2)div中的内容(包括文字和图片)居中对齐的样式

style="text-align:center;"

你可能感兴趣的:(HTML5与jQuery教程,html,前端,javascript)