documentElement
The documentElement
read-only property of the Document interface returns the Element that is the root element of the document (for example, the html element for HTML documents).
The documentElement
read-only property of the Document interface returns the Element that is the root element of the document (for example, the html element for HTML documents).