Web development - Technology
DOM
(Document Object Model)
The browser's structured representation of a web page that code can read and change
What's it for?
To let scripts inspect and change the structure and content of a web page.
Web development - Technology
(Document Object Model)
The browser's structured representation of a web page that code can read and change
To let scripts inspect and change the structure and content of a web page.