When a web page is loaded, the browser creates a Document Object Model of the page.
The HTML DOM is a standard object model and programming interface for HTML. It defines:
In other words:The HTML DOM is a standard for how to get, change, add, or delete HTML elements.