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
Post a Comment