DOM (Document Object Model) is a tree-like structure that gets generated when the browser loads an HTML document.
- DOM is an object representation of the webpage which enables us modify it using javaScript
We can do the following on the DOM;
Everthing in the DOM is called a Node
** The End **