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

HTML创建表格格式

时间:2019-08-10 21:38:48      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:tab   pre   html   table   The   ble   htm   input   建表   

<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>

HTML创建表格格式

标签:tab   pre   html   table   The   ble   htm   input   建表   

原文地址:https://www.cnblogs.com/duhong0520/p/11332720.html

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