The HTML <figcaption>
or Figure Caption element represents a caption or legend describing the rest of the contents of its parent <figure>
element.
Content categories | None. |
---|---|
Permitted content | Flow content. |
Tag omission | None, both the starting and ending tag are mandatory. |
Permitted parents | A <figure> element; the <figcaption> element must be its first or last child. |
Implicit ARIA role | No corresponding role |
Permitted ARIA roles | group , none , presentation |
DOM interface | HTMLElement |
Attributes
Examples
Mozilla Explorer Free Download
Please see the <figure>
page for examples on <figcaption>
.
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of '<figcaption>' in that specification. | Living Standard | |
HTML5 The definition of '<figcaption>' in that specification. | Recommendation |
Browser compatibility
Mozilla Explorer
BCD tables only load in the browser
Mozilla Explorer Download
At its public launch in 2004 Mozilla Firefox was the first browser to challenge Microsoft Internet Explorer’s dominance. Since then, Mozilla Firefox has consistently featured in the top 3 most popular browsers globally and this is set to continue thanks to the release of Firefox 30. We would like to show you a description here but the site won’t allow us.
See also
- The
<figure>
element.