带标题和表格头的表格:
<table>
<caption></caption> <!-- 表格标题,居中显示 -->
<tr>
<th></th> <!-- 表格头,内容居中,加粗显示 -->
</tr>
<tr>
<td></td>
</tr>
</table><table>
<caption></caption带标题和表格头的表格:
<table>
<caption></caption> <!-- 表格标题,居中显示 -->
<tr>
<th></th> <!-- 表格头,内容居中,加粗显示 -->
</tr>
<tr>
<td></td>
</tr>
</table><table>
<caption></caption