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.
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 # htmlheadelement |
Compatibilidad con navegadores
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
HTMLHeadElement | ||||||||||||
profile |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Deprecated. Not for use in new websites.
Vea también
- El elemento HTML que implementa esta interfaz:
<head>