Open In App

What is the Root Element of the HTML DOM?

The root element of the Document Object Model (DOM) is the <html> element. It represents the root of the HTML document tree and encapsulates all other elements within the document. The DOM tree is a hierarchical representation of the structure of an HTML document, with the <html> element serving as the highest level or starting point.

Key Points:

Features:

Article Tags :