caption

Support

Specifies a caption for a table.

A caption element contains information about the entire table. A caption element must be placed immediately after the start tag of a table. A table element may have more than one caption in Internet Explorer and Opera and at most one caption in Firefox, Google Chrome and Safari. For more information, please see the page for the table element.

Example

<table border="1px">
<caption align="right">Fruits</caption>
<tr>
<td>Apple</td>
<td>Pear</td>
<td>Peach</td>
</tr>
</table>

Preview

Fruits
Apple Pear Peach