CAPTION
The caption element 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;
}