Which of the following property refers to the root element of the document?

Which of the following property refers to the root element of the document? Correct Answer documentElement

The documentElement property of the Document class refers to the root element of the document. This is always an HTML element. The documentElement property returns the documentElement of the document, as an Element object.

Related Questions

Which is the root element in a HTML document?