HTML Dog
Skip to navigation

HTML Tag: caption

Table caption, or title.

If used, the caption element should be the first child of a table element, appearing before any tr, tbody, thead, or tfoot elements.

Optional Attributes

Global attributes

Example


<table>
    <caption>Mushroom sales</caption>
    <!-- etc. -->
</table>