HTMLLinkElement in DOM Level 2 HTML
(no overview available)
Inherits from:
Instance Properties
| name | type | description | 
|---|---|---|
| attributes | NamedNodeMap | (read only) [from Node] | 
| charset | String | |
| childNodes | NodeList | (read only) [from Node] | 
| className | String | [from HTMLElement] | 
| dir | String | [from HTMLElement] | 
| disabled | Boolean | |
| firstChild | Node | (read only) [from Node] | 
| href | String | |
| hreflang | String | |
| id | String | [from HTMLElement] | 
| lang | String | [from HTMLElement] | 
| lastChild | Node | (read only) [from Node] | 
| localName | String | (read only) [from Node] | 
| media | String | |
| namespaceURI | String | (read only) [from Node] | 
| nextSibling | Node | (read only) [from Node] | 
| nodeName | String | (read only) [from Node] | 
| nodeType | Number | (read only) [from Node] | 
| nodeValue | String | [from Node] | 
| ownerDocument | Document | (read only) [from Node] | 
| parentNode | Node | (read only) [from Node] | 
| prefix | String | [from Node] | 
| previousSibling | Node | (read only) [from Node] | 
| rel | String | |
| rev | String | |
| tagName | String | (read only) [from Element] | 
| target | String | |
| title | String | [from HTMLElement] | 
| type | String |