FundamentalsBeginner
What is the DOM?
Answer: The Document Object Model is the browser's structured representation of an HTML document. JavaScript can inspect and update this tree, allowing interfaces to respond to user actions.
- Browser
- Document tree
- Updates