HTMLLinkElement
HTMLLinkElement 接口表示外部资源的参考信息和关系的那些资源文件,反之亦然。此对象继承 HTMLElement 的接口所有属性和方法。
HTMLLinkElement()
继承层次
Object.prototype
Function.prototype
EventTarget
Node
Element
HTMLElement
HTMLLinkElement
构造函数
程序不能直接调用该构造函数,否则将会产生异常。
属性列表
属性 | 说明 |
---|---|
- | - |
方法列表
语法 | 说明 |
---|---|
- | - |
HTMLLinkElement.prototype
继承层次
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLLinkElement.prototype
属性列表
继承了父对象 HTMLElement 和 LinkStyle 的属性。
属性 | 说明 |
---|---|
disabled | 是一个布尔值,该值表示是否在禁用链接;目前,只使用样式表链接。 |
href | DOMString 代表目标资源的 URI。 |
hreflang | DOMString 代表链接的资源的语言代码。 |
media | DOMString 代表的资源适用的一个或多个媒体格式的列表。 |
rel | DOMString 代表链接的资源的正向关系从资源文档。(Is a DOMString representing the forward relationship of the linked resource from the document to the resource) |
relList | 只读,DOMTokenList 作为一个标记列表反映 rel HTML 属性。 |
rev | DOMString 代表链接资源的反向关系从资源文档。(Is a DOMString representing the reverse relationship of the linked resource from the resource to the document.) |
sizes | 只读,DOMSettableTokenList 作为一个标记列表反映 HTML 属性大小。 |
sheet | 只读,返回 StyleSheet 对象指定的元素, 或者如果没有返回 null。 |
type | DOMString 代表链接资源的 MIME 类型。 |
方法列表
没有特殊的方法; 继承了父对象 HTMLElement 和 LinkStyle 的方法。
语法 | 说明 |
---|---|
- | - |
HTMLLinkElement实例
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLLinkElement.prototype
<link> 元素
参考
相关链接