caption
Description
The caption element for HTML represents the title of the table that is its parent, if it has a parent and that is a table element.
Syntax
HTML
<caption attribute-name="attribute-value"></caption>
Attributes
CSS
caption { display: table-caption; text-align: center; }