Home → References → HTML Tags →
HTML Tag: caption
Defines a caption for a table. It must appear straight after the opening table tag and used only once.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
Example
<table>
<caption>Mushroom sales</caption>
...
</table>

