back

Caption

Tag: <caption>

The caption tag is used to add a caption to a table.
The tag is placed directly after the table tag
Browsers will place the caption as center-aligned above the table
The caption can be closed with the closing tag </caption>

Example