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

table表格整体居中

时间:2019-10-05 20:09:06      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:margin   width   居中   针对   bsp   idt   体会   ali   还需   

代码:

1 <div style="text-align: center;">
2     <table border="1" style="margin: auto;" width=‘60%‘>
3        ......
4     </table>
5 </div>

如果只是单单用第一行代码,表格整体不会居中,但是字体会居中,这是因为text-align属性代表市元素中文本的水平对齐方式,只针对文本内容所以我们还需要再加一行

1 <table border="1" style="margin: auto;" width=‘60%‘>
2        ......
3     </table>

 

table表格整体居中

标签:margin   width   居中   针对   bsp   idt   体会   ali   还需   

原文地址:https://www.cnblogs.com/smartisn/p/11625388.html

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