码迷,mamicode.com
首页 > 其他好文 > 详细

div中元素水平居中的方法

时间:2018-05-19 18:47:01      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:css   center   使用   main   html   居中   xhtml   bsp   nbsp   

使用align属性

<div class="main" align="center">
        <h1>MAIN</h1>
    </div>

 

在 HTML 4.01 中,不赞成使用 div 元素的 align 属性;在 XHTML 1.0 Strict DTD 中,不支持 div 元素的 align 属性。

请使用 CSS 代替。

CSS 语法:<div style="text-align:center">

 

div中元素水平居中的方法

标签:css   center   使用   main   html   居中   xhtml   bsp   nbsp   

原文地址:https://www.cnblogs.com/cowboybusy/p/9060806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!