ZVON
>
References
>
DOM1 Reference
Intro
/
Search
/
ZVON
[Back]
[Go to standard]
[Glossary]
[Help]
documentElement (attribute)
Owning interface and usage:
Document
.
documentElement
Member of these other interfaces :
none
Readonly:
yes
Type:
Element
Description:
Stores the
root
element of the document.
Example:
JavaScript:
var output = document.documentElement.nodeName;
Output:
desired
your browser
HTML