<caption>
HTML <caption> Element Reference
The HTML <caption> element gives a table an accessible title or description.
Categories
- Tabular data
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical caption element example.
<table>
<caption>Monthly expenses</caption>
<tr><th>Month</th><th>Total</th></tr>
</table>