--- title: head slug: Web/HTML/Element/head tags: - HTML - HTML:Elemento - Metadatos de documento HTML - Todas_las_Categorías translation_of: Web/HTML/Element/head original_slug: Web/HTML/Elemento/head ---
El elemento HTML <head>
provee información general (metadatos) acerca del documento, incluyendo su título y enlaces a scripts y hojas de estilos.
Categorías de contenido | Ninguna. |
---|---|
Contenido permitido | Si el elemento es un {{htmlattrxref("srcdoc", "iframe")}} de un {{HTMLElement("iframe")}} , o si la información de título está disponible desde un protocolo de nivel superior, cero o más elementos de metadatos. De otro modo, uno o más elementos de metadatos donde exactamente uno es {{HTMLElement("title")}}. |
Omisión de etiqueta | La etiqueta de inicio puede ser omitida si lo primero dentro del elemento head es un elemento. La etiqueta de cierre puede ser omitida si lo primero después del elemento head no es un espacio o un comentario. |
Elementos padre permitidos | Un elemento {{HTMLElement("html")}}, pues éste es su primer hijo. |
Interfaz DOM | {{domxref("HTMLHeadElement")}} |
Este elemento incluye los atributos globales.
<html> <head> <title>Document title</title> </head> </html>
Navegadores modernos que cumplen con el estándar HTML5 construyen automáticamente un elemento <head>
si las etiquetas son omitidas en el código. Este comportamiento no puede ser garantizado en navegadores antiguos.
Especificación | Estatus | Comentarios |
---|---|---|
{{SpecName('HTML WHATWG', 'semantics.html#the-head-element', '<head>')}} | {{Spec2('HTML WHATWG')}} | Sin cambios desde la última versión |
{{SpecName('HTML5 W3C', 'document-metadata.html#the-head-element', '<head>')}} | {{Spec2('HTML5 W3C')}} | Atributo profile obsoleto |
{{SpecName('HTML4.01', 'struct/global.html#h-7.4.1', '<head>')}} | {{Spec2('HTML4.01')}} |
{{CompatibilityTable}}
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Soporte básico | 1.0 | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
Característica | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Soporte básico | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} |
<head>:
{{HTMLElement("title")}}, {{HTMLElement("base")}}, {{HTMLElement("link")}}, {{HTMLElement("style")}}, {{HTMLElement("meta")}}, {{HTMLElement("script")}}, {{HTMLElement("noscript")}}