The DOM

 Document Object Model

The data representation ("Internal representation") of the parsed HTML code

The browser parsed our HTML code and saves all elements as JavaScript objects

Our JavaScript code is able to interact with the DOM and extract data from it or manipulate it

Exploring the DOM 




DOM Drilling limitations 





Comments

Popular posts from this blog

Events Js