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/head/index.html | 147 ------------------------------ 1 file changed, 147 deletions(-) delete mode 100644 files/ca/web/html/element/head/index.html (limited to 'files/ca/web/html/element/head/index.html') diff --git a/files/ca/web/html/element/head/index.html b/files/ca/web/html/element/head/index.html deleted file mode 100644 index b8de050dda..0000000000 --- a/files/ca/web/html/element/head/index.html +++ /dev/null @@ -1,147 +0,0 @@ ---- -title: -slug: Web/HTML/Element/head -tags: - - Element - - HTML - - HTML document metadata - - Reference - - Web -translation_of: Web/HTML/Element/head ---- -
{{HTMLRef}}
- -

L'element HTML <head> proporciona informació general (metadades) sobre el document, incloent el seu títol i enllaços als seus scripts i fulls d'estil.

- - - - - - - - - - - - - - - - - - - - - - - - -
Categories de contigutCap.
Contingut permèsSi és un l'element {{HTMLElement("iframe")}} {{htmlattrxref("srcdoc", "iframe")}}, o si la informació del títol està disponible a partir d'un protocol de nivell superior, zero o més elements de contingut de metadades. Altrament, un o més elements de contingut de metadades en els quals un és exactament un element {{HTMLElement("title")}}.
Omissió de l'etiquetaL'etiqueta d'inici es pot ometre si la primera cosa dins l'element head és un element.
- L'etiqueta final es pot ometre si la primera cosa que segueix a l'element head no és un caràcter d'espai o un comentari.
Elements pares permesosUn element {{HTMLElement("html")}}, com el seu primer fill.
Interfície DOM{{domxref("HTMLHeadElement")}}
- -

Atributs

- -

Aquest element inclou els atributs globals.

- -
-
{{htmlattrdef("profile")}} {{obsolete_inline}}
-
Els URI d'un o més perfils de metadades, separades per un espai en blanc.
-
- -

Exemple

- -
<html>
-  <head>
-    <title>Document title</title>
-  </head>
-</html>
-
- -

Notes

- -

En navegadors moderns, compatibles amb HTML5, automàticament construeixen un element <head> si s'ometen les etiquetes en el marcat. Aquest comportament no es pot garantir en navegadors antics.

- -

Especificacions

- - - - - - - - - - - - - - - - - - - - - - - - - - -
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'semantics.html#the-head-element', '<head>')}}{{Spec2('HTML WHATWG')}}No hi ha canvi des de  l'última presentació
{{SpecName('HTML5 W3C', 'document-metadata.html#the-head-element', '<head>')}}{{Spec2('HTML5 W3C')}}profile Obsolet
{{SpecName('HTML4.01', 'struct/global.html#h-7.4.1', '<head>')}}{{Spec2('HTML4.01')}} 
- - - -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Suport bàsic1.0{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Suport bàsic{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Veure

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