html 标签 表格

<table border="2">
  <caption>标题</caption>
  《thead> 表头</thead>
   <tr>
        <th>os</th>
   </tr>
    <tr>
          <td>
          </td>
    </tr>
</table>
colspan 水平方向占据单元格个数

<tbody>表体</tbaody>
<tfoot> 注脚</tfoot>
原文地址:https://www.cnblogs.com/superxuezhazha/p/5688185.html