HTML 5: The Markup Language

captiontable title # T

The caption element represents the title of the table that is its parent.

Content model #

Attribute model #

Tag omission #

A caption element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

caption {
display: table-caption;
text-align: center; }