HTML caption 表格标题

<caption> 表格标题

表格的大标题标签,这也可以算是一个语义化标签。

<table>

<caption>letter</caption> <!-- 表格的大标题 -->

<tr>
<td>one</td><td>two</td>
</tr>

<tr>
<td>three</td><td>four</td>
</tr>

</table>

显示效果

letter
onetwo
threefour
更多教程 HTML5 教程 CSS3 教程 JavaScript 教程 JQuery 教程 React.js 教程 Node.js 教程 Koa2 教程 Python 教程 Linux 教程