jump

HTML: The Markup Language

figcaptionfigure caption NEW # T

The figcaption element represents a caption or legend for a figure.

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.

Tag omission #

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

Permitted parent elements #

figure

DOM interface #

Uses HTMLElement.

Typical default display properties #

figcaption {
display: block; }