HTMLHeadElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/es/web/api/html_dom_api/index.md)
La interfaz HTMLHeadElement
contiene la información descriptiva, o metadata, para un documento. Este objeto hereda las propiedades y métodos descritos en la interfaz HTMLElement
.
must be a string
Propiedades
Hereda las propiedades del padre, HTMLElement
.
HTMLHeadElement.profile
Obsoleto-
Es un
DOMString
que representa las URI de uno o más perfiles de metadatos (separados por espacios en blanco).
Métodos
No hay un método especifico; hereda los métodos del padre, HTMLElement
.
Especificaciones
Specification |
---|
HTML Standard # htmlheadelement |
Compatibilidad con navegadores
BCD tables only load in the browser
Vea también
- El elemento HTML que implementa esta interfaz:
<head>