html | NN 6 IE 4 DOM 1 |
The html object reflects the html element. |
|
HTML Equivalent | |
<html> |
|
Object Model Reference | |
[window.]document.getElementById("elementID")
[window.]document.body.parentNode
[window.]document.documentElement
|
|
Object-Specific Properties | |
version |
|
Object-Specific Methods | |
None. |
|
Object-Specific Event Handler Properties | |
None. |
version | NN 6 IE 5(Mac)/6(Win) DOM 1 |
Read/Write | |
Reflects the deprecated version attribute of the html element. Present in modern browsers, but not functional. See the DocumentType object. |
|
Value | |
String. |
|
Default | |
Empty string. |