Difference between revisions of "DOM"

From Market Ruler Help
Jump to: navigation, search
(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...")
 
 
Line 6: Line 6:
  
 
* [[How does JavaScript run on a web page?]]
 
* [[How does JavaScript run on a web page?]]
 +
* [[How do browsers load stylesheets?]]
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]
 
[[Category:Acronym]]
 
[[Category:Acronym]]

Latest revision as of 18:21, 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.

See also