From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/ca/web/html/element/header/index.html | 141 ---------------------------- 1 file changed, 141 deletions(-) delete mode 100644 files/ca/web/html/element/header/index.html (limited to 'files/ca/web/html/element/header') diff --git a/files/ca/web/html/element/header/index.html b/files/ca/web/html/element/header/index.html deleted file mode 100644 index b70f4f5592..0000000000 --- a/files/ca/web/html/element/header/index.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -title:
-slug: Web/HTML/Element/header -tags: - - Element - - HTML - - HTML sections - - Reference -translation_of: Web/HTML/Element/header ---- -
{{HTMLRef}}
- -

L'element HTML <header> representa un grup d'introducció o d'ajudes a la navegació. Pot contenir alguns elements de capçalera, però també altres elements com un logotip, capçaleres de secció embolicats, un formulari de recerca, i així successivament.

- -
-

Nota d'ùs: L'element <header> no es un contingut de secció i, per tant, no introdueix una nova secció en l'estructura.

-
- - - - - - - - - - - - - - - - - - - - - - - - -
Categories de contingutContingut dinàmic, contingut palpable.
Contingut permèsContingut dinàmic, però no amb <header> o un descendent {{HTMLElement("footer")}}.
Omissió de l'etiqueta{{no_tag_omission}}
Elements pares permesosQualsevol element que accepti Contingut dinàmic. Tingueu en compte que un element <header> no ha de ser un descendent d'un element {{HTMLElement("address")}} , {{HTMLElement("footer")}} o un altre element {{HTMLElement("header")}} .
Interfície DOM{{domxref("HTMLElement")}}
- -

Atributs

- -

Aquest element nomé sinclou els atributs globals.

- -

Exemple

- -
<header>
-  <h1>Main Page Title</h1>
-  <img src="mdn-logo-sm.png" alt="MDN logo">
-</header>
-
- -

Títol Pàgina Principal

- -

MDN

- -

 

- -

Especificacions

- - - - - - - - - - - - - - - - - - - - - -
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'sections.html#the-header-element', '<header>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'sections.html#the-header-element', '<header>')}}{{Spec2('HTML5 W3C')}} 
- - - -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic5{{CompatGeckoDesktop("2.0")}}9.011.104.1
-
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic2.2{{CompatGeckoMobile("2.0")}}9.011.05.0
-
- -

Veure

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