HTMLAreaElement接口表示<area>元素。
Object.prototype
Function.prototype
EventTarget
Node.prototype
Element
HTMLElement
HTMLAreaElement
程序不能直接调用该构造函数,否则将会产生异常。
相应地应该使用document.createElement(“area”)方法。
属性 | 说明 |
---|---|
- | - |
语法 | 说明 |
---|---|
- | - |
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLAreaElement.prototype
从其父级继承的属性请查阅: Element。
属性 | 说明 |
---|---|
accessKey | 单个字符访问键,用于访问表单控件。 |
alt | 值为一个DOMString 类型,代表了 alt HTML 属性,,包含一个 area 对象显示异常的情况下显示的备用文本字符串。 |
coords | 值为一个 DOMString 类型,代表了 coords HTML 属性, 包含了定义热区相关的坐标。 |
hreflang | 是一个 DOMString 表达 hreflang HTML 属性,标识链接资源的语言。 |
media | 是一个 DOMString 表达 media HTML 属性,标识媒体链接的资源。 |
rel | 是 DOMString,表示 HTML 的 rel 属性,指定目标对象指向链接对象的关系。 |
relList | 只读,返回一个 DOMTokenList 表示相关的 HTML 属性,作为一个标记列表。 |
search | 是 DOMString 代表的搜索元素,包括领先的问号(“?”),所引用的 URL 。 |
shape | 是表示 HTML 的 shape 属性,形状的热点,范围是 DOMString 值。 |
tabIndex | 表示元素在制表顺序中的位置的索引。 |
target | 是 DOMString 表示目标的 HTML 属性,显示链接的资源。 |
type | 是 DOMString 代表 HTML 属性的类型,指示链接资源的 MIME 类型。 |
从其父级继承的方法请查阅: Element。
语法 | 说明 |
---|---|
- | - |
Object.prototype
EventTarget.prototype
Node.prototype
Element.prototype
HTMLElement.prototype
HTMLAreaElement.prototype
<area> 元素