标签属性
<thead></thead>头部<tbody></tbody>主体<tfoot></tfoot>底部<table></table>表格
cellspacing:单元格间的间距
cellpadding:单元格内的留白
width:表格宽度<th></th>表头<tr></tr>行<td></td>列<caption></caption>表标题
合并单元格
|
|

分组
<colgroup>
<col id="col3" span="2" />
<col id="other" span="2" />
</colgroup>