表格基本结构;
<table>
<caption>我的表格 </caption>
<thead>
<tr>
<td>表头第一行</td>
<td>表头第一行</td>
</tr>
</thead>
<tbody>
<tr>
<td>表格内容列</td>
<td>表格内容列</td>
</tbody>
</table>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!