码迷,mamicode.com
首页 > Web开发 > 详细

Html-完整表格

时间:2018-09-21 16:10:10      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:order   它的   特殊   span   foo   位置   完整   head   The   

表头th

  特殊的单元格:加粗、居中

  它的用户是取代td的位置即可

<table border="2">
    <tr>
    <th>姓名</th>
    <th>年龄</th>
    <th>身高</th>
    </tr>
    <tr>
        <td>杜伟</td>
        <td>29</td>
        <td>180</td>
    </tr>
</table>

 

 

thead  表格页眉

tbody 表格主体

tfoot 表个页脚

 

 

Html-完整表格

标签:order   它的   特殊   span   foo   位置   完整   head   The   

原文地址:https://www.cnblogs.com/xiaowie/p/9686870.html

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