ⓘ caption – table title # T
The
caption
element represents the title of the
table
that is its parent.
Additional constraints and admonitions #
Permitted parent elements #
table
DOM interface #
interface HTMLTableCaptionElement : HTMLElement {};
Typical default display properties #
caption {
display: table-caption;
text-align: center; }