HTML创建表格格式

<table>
<thead>
<tr>
<th>序号</th>
<th>内容一</th>
<th>内容二</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"></td>
<td>123</td>
<td>456</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>123</td>
<td>456</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>123</td>
<td>456</td>
</tr>
</table>

posted on 2019-08-10 19:42  Adudu001  阅读(487)  评论(0编辑  收藏  举报

导航