From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/html/element%2Ffigcaption.html | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 devdocs/html/element%2Ffigcaption.html (limited to 'devdocs/html/element%2Ffigcaption.html') diff --git a/devdocs/html/element%2Ffigcaption.html b/devdocs/html/element%2Ffigcaption.html new file mode 100644 index 00000000..87703d5e --- /dev/null +++ b/devdocs/html/element%2Ffigcaption.html @@ -0,0 +1,62 @@ +

<figcaption>: The Figure Caption element

The <figcaption> HTML element represents a caption or legend describing the rest of the contents of its parent <figure> element.

+

Try it

+
+

Attributes

+

This element only includes the global attributes.

+

Examples

+

Please see the <figure> page for examples on <figcaption>.

+

Technical summary

+
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
+

Specifications

+
+ + +
Specification
HTML Standard
# the-figcaption-element
+

Browser compatibility

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
figcaption81249115.14.41841151.0
+

See also

+
+

+ © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
+ https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption +

+
-- cgit v1.2.3