The HTML DOM is a standard object model and programming interface for HTML. It defines:
1.The HTML elements as objects.
2.The properties of all HTML elements.
3.The methods to access all HTML elements.
4. The events for all HTML elements.
In other words: The HTML DOM is a standard for how to get, change, add, or delete HTML elements.