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

3.4html学习笔记之表格

时间:2015-08-08 19:52:21      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

<table border=""style="border-collapse:collapse">

  <caption>表格</caption>

  <thead><!--与tbody,tfoot,把表格分类,thead和tfoot在表格翻页中不会丢失-->

  <tr><!--table row-->

    <td><!--table d-->

    </td>

  </tr>

  </thead>

  <tr>

    <th rowspan=""></th>

    <th colspan="3"></th><!--合并单元格-->

  </tr>

</table>

3.4html学习笔记之表格

标签:

原文地址:http://www.cnblogs.com/anderson0/p/4713741.html

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