The <figcaption>
represents a caption or legend for the rest of the contents its parent <figure>
element, if any.
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. |
Permitted ARIA roles |
group , presentation
|
DOM interface | HTMLElement |
This element only includes the global attributes.
Please see the <figure>
page for examples on <figcaption>
.
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of '<figcaption>' in that specification. | Living Standard | |
HTML5 The definition of '<figcaption>' in that specification. | Recommendation |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 8 | Yes | 4 | 9 | 11 | 5.1 |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | Yes | Yes | Yes | 4 | 11 | 5.1 | Yes |
<figure>
element.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption