<table summar="给表格添加摘要".>
<captioan>
给表格添加标题
</caption>
<tr>
<th>1</th>
<th>2</th>
</tr>
<tr>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
</tr>
</table>
<tr> 表格中的行
<th> 表格中的表头
<td> 表格中的列
<caption> 给表格添加标题
css中 caption-side:bottom/top; 可以设置标题的位置