From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/ca/web/html/element/figcaption/index.html | 126 ++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 files/ca/web/html/element/figcaption/index.html (limited to 'files/ca/web/html/element/figcaption') diff --git a/files/ca/web/html/element/figcaption/index.html b/files/ca/web/html/element/figcaption/index.html new file mode 100644 index 0000000000..f43e692154 --- /dev/null +++ b/files/ca/web/html/element/figcaption/index.html @@ -0,0 +1,126 @@ +--- +title:
+slug: Web/HTML/Element/figcaption +tags: + - Element + - HTML + - HTML grouping content + - Reference +translation_of: Web/HTML/Element/figcaption +--- +

{{HTMLRef}}

+ +

L'element HTML <figcaption> representa una llegenda o una llegenda associada a una figura o una il·lustració descrit per la resta de les dades de l'element {{HTMLElement("figure")}} que és el seu ancestra immediat, el que significa que <figcaption> pot ser el primer o l'últim element dins d'un bloc {{HTMLElement("figure")}}. A més, l'element HTML figcaption  és opcional; si no es proporciona, l'element figure pare no tindrà cap llegenda.

+ + + + + + + + + + + + + + + + + + + + + + + + +
Categories de contingutCap.
Contingut permèsContingut dinàmic.
Omissió de l'etiqueta{{no_tag_omission}}
Elements pares permesosEn un element {{HTMLElement("figure")}}; l'element <figcaption> ha de ser el primer o l'últim fill.
Interfície DOM{{domxref("HTMLElement")}}
+ +

Atributs

+ +

Aquest element només inclou els atributs globals.

+ +

Exemples

+ +

Si us plau, veure el pàgina {{HTMLElement("figure")}} per exemples de <figcaption>.

+ +

Especificacions

+ + + + + + + + + + + + + + + + + + + + + +
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'grouping-content.html#the-figcaption-element', '<figcaption>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'grouping-content.html#the-figcaption-element', '<figcaption>')}}{{Spec2('HTML5 W3C')}} 
+ + + +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic8{{CompatGeckoDesktop("2.0")}}9.011.105.1
+
+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic3.0{{CompatGeckoMobile("2.0")}}9.011.05.1 (iOS 5.0)
+
+ +

Veure

+ + -- cgit v1.2.3-54-g00ecf