JavaScript DOM own property: documentElement
[this page | pdf | back links]
The documentElement
property of the JavaScript
DOM returns the
main document element of the document (i.e. its <html> element).
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)