首页/CSS代码外包/完整标准的表格代码|标准的table代码

完整标准的表格代码|标准的table代码

发布-xiaoming | 浏览量-

<table>
<caption>Table Title</caption>
<colgroup>
<col span="2" />
<col id="" />
</colgroup>
<thead>
<tr>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tfoot>
</table>

 

做网站4年,呵呵,没有一个完整概念,今天整理一下,共需要的参考

原文地址:http://www.35ui.cn/post/201101020573.html

标签table代码

上一条: 如何用JS实现一个页面两份样式表
下一条: 北京做网站教程第十一节:典型三行二列居中高度自适应布局代码教程

或许你还对下面的文章感兴趣