The Wayback Machine - https://web.archive.org/web/20160328170317/http://www.w3.org/TR/html-markup/caption.html
jump

HTML: The Markup Language (an HTML language reference)

captiontable title # T

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

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.

Additional constraints and admonitions #

Tag omission #

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

Permitted parent elements #

table

DOM interface #

interface HTMLTableCaptionElement : HTMLElement {};

Typical default display properties #

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.