Difference between revisions of "DOM"
From Market Ruler Help
(Created page with "''Acronym.'' '''D'''ocument '''O'''bject '''M'''odel. A computer term for how a web page is represented in memory and reflects a common API for using JavaScript to dyn...") |
(No difference)
|
Revision as of 18:18, 18 May 2018
Acronym. Document Object Model. A computer term for how a web page is represented in memory and reflects a common API for using JavaScript to dynamically manipulate or access parts the document.
When a web browser loads a page, it loads the primary document first, and then loads additional resources such as images, CSS and JavaScript.