--- title: HTMLHeadElement slug: Web/API/HTMLHeadElement translation_of: Web/API/HTMLHeadElement --- <div>{{APIRef("HTML DOM")}}</div> <p>La interfaz <strong><code>HTMLHeadElement</code></strong> contiene la información descriptiva, o metadata, para un documento. Este objeto hereda las propiedades y métodos descritos en la interfaz {{domxref("HTMLElement")}}.</p> <p>{{InheritanceDiagram(600, 120)}}</p> <h2 id="Propiedades">Propiedades</h2> <p><em>Hereda las propiedades del padre, {{domxref("HTMLElement")}}.</em></p> <dl> <dt>{{domxref("HTMLHeadElement.profile")}} {{obsolete_inline}}</dt> <dd>Es un {{domxref("DOMString")}} que representa las URI de uno o más perfiles de metadatos (separados por espacios en blanco).</dd> </dl> <h2 id="Métodos">Métodos</h2> <p><em>No hay un método especifico; hereda los métodos del padre, {{domxref("HTMLElement")}}.</em></p> <h2 id="Especificaciones">Especificaciones</h2> <table class="standard-table"> <tbody> <tr> <th scope="col">Especificación</th> <th scope="col">Estado</th> <th scope="col">Comentarios</th> </tr> <tr> <td>{{SpecName('HTML WHATWG', "#htmlheadelement", "HTMLHeadElement")}}</td> <td>{{Spec2('HTML WHATWG')}}</td> <td></td> </tr> <tr> <td>{{SpecName('HTML5.1', "document-metadata.html#the-head-element", "HTMLHeadElement")}}</td> <td>{{Spec2('HTML5.1')}}</td> <td>Sin cambio desde {{SpecName('HTML5 W3C')}}.</td> </tr> <tr> <td>{{SpecName('HTML5 W3C', "document-metadata.html#the-head-element", "HTMLHeadElement")}}</td> <td>{{Spec2('HTML5 W3C')}}</td> <td>La siguiente propiedad ha sido removida: <code>profile</code>.</td> </tr> <tr> <td>{{SpecName('DOM2 HTML', 'html.html#ID-77253168', 'HTMLHeadElement')}}</td> <td>{{Spec2('DOM2 HTML')}}</td> <td>Sin cambio</td> </tr> <tr> <td>{{SpecName('DOM1', 'level-one-html.html#ID-77253168', 'HTMLHeadElement')}}</td> <td>{{Spec2('DOM1')}}</td> <td>Definición inicial</td> </tr> </tbody> </table> <h2 id="Compatibilidad_con_Navegadores">Compatibilidad con Navegadores</h2> <p>{{Compat("api.HTMLHeadElement")}}</p> <h2 id="Vea_también">Vea también</h2> <ul> <li>El elemento HTML que implementa esta interfaz: {{HTMLElement("head")}}</li> </ul>