--- title: slug: Web/HTML/Element/caption tags: - Element - HTML - HTML dades tabulades - Referencia - Taules - Web translation_of: Web/HTML/Element/caption ---

Sumari

L'element HTML <caption>  (o Element HTML llegenda de la taula) representa el títol d'una taula. Tot i que sempre és el primer descendent d'un element {{HTMLElement("table")}}, el seu disseny, utilitzant CSS, podrà col·locar-la en altres llocs, en relació amb la taula.

Nota d'ús: Quan l'element {{HTMLElement("table")}} que és el pare d'aquesta {{HTMLElement("caption")}} és l'únic descendent d'un element {{HTMLElement("figure")}} , utilitzeu l'element {{HTMLElement("figcaption")}} en el seu lloc..
Categories de contingut Cap.
Contingut permès Flow content.
Omissió de l'etiqueta {{no_tag_omission}}
Elements pares permesos Un element {{HTMLElement("table")}}, com el seu primer descendent.
Interfície DOM {{domxref("HTMLTableCaptionElement")}}

Atributs

Aquest element inclou els atributs globals.

{{htmlattrdef("align")}} {{deprecatedGeneric('inline','HTML4.01')}} {{obsoleteGeneric('inline','HTML5')}}

Aquest atribut enumerat indica com la llegenda ha d'alinear-se respecte a la taula. Pot tenir els següents valors:

Nota d'ús: No utilitzeu aquest atribut, ja que ha quedat en desús: l'element {{HTMLElement("caption")}} s'hauri de donar estil amb CSS. Per donar un efecte similar a l'atribut align, utilitzeu les propietats CSS {{cssxref("caption-side")}} i {{cssxref("text-align")}}.

Exemples

Si us plau, consulteu la pàgina {{HTMLElement("table")}} per exemples de {{HTMLElement("caption")}}.

Especificacions

Especificació Estat Comentari
{{SpecName('HTML WHATWG', 'tabular-data.html#the-caption-element', '<caption>')}} {{Spec2('HTML WHATWG')}}  
{{SpecName('HTML5 W3C', 'tabular-data.html#the-caption-element', '<caption>')}} {{Spec2('HTML5 W3C')}}  
{{SpecName('HTML4.01', 'struct/tables.html#h-11.2.2', '<caption>')}} {{Spec2('HTML4.01')}}  

{{CompatibilityTable}}

Característica Chrome Firefox (Gecko) Internet Explorer Opera Safari
Suport bàsic {{CompatVersionUnknown}} {{CompatGeckoDesktop("1.0")}} {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}
Característica Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Suport bàsic {{CompatVersionUnknown}} {{CompatGeckoMobile("1.0")}} {{CompatVersionUnknown}} {{CompatVersionUnknown}} {{CompatVersionUnknown}}

Veure

{{HTMLRef}}