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.
HTMLHeadElement
接口包含文档的描述信息或元数据。该对象继承了 HTMLElement
接口中描述的所有属性和方法。
实例属性
继承父类 HTMLElement
的属性。
HTMLHeadElement.profile
已弃用-
表示一个或多个元数据配置文件的 URI 的字符串(以空格分隔)。
实例方法
无特定方法;继承其父级 HTMLElement
的方法。
规范
Specification |
---|
HTML # htmlheadelement |
浏览器兼容性
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.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
参见
- 实现该接口的 HTML 元素:
<head>