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

table中的一些奇特标签

时间:2017-07-20 15:18:08      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:tab   应该   text   内容   分组   foo   style   school   com   

<table border="3" width="300px">
<caption style="text-align: left">                  caption表格标题
zhouxiaoliang
</caption>
<colgroup></colgroup>                          colgroup用于对表格中的列进行组合,以便对其进行格式化。
<colgroup style="background-color: red"></colgroup>
<tbody>                                  
    <tr>
<td>123</td>
<td>123</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>123</td>
<td>123</td>
</tr>
</tfoot>
<thead>
<tr>
<td>12</td>
<td>12</td>
</tr>
</thead>
</table>

tbody 元素应该与 thead 和 tfoot 元素结合起来使用。

thead 元素用于对 HTML 表格中的表头内容进行分组,而 tfoot 元素用于对 HTML 表格中的表注(页脚)内容进行分组

table中的一些奇特标签

标签:tab   应该   text   内容   分组   foo   style   school   com   

原文地址:http://www.cnblogs.com/haloxinghong/p/7211039.html

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