您的位置:首页 > Web前端 > HTML

3.4html学习笔记之表格

2015-08-08 19:26 656 查看
<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: