Linked from
The 13 pages that link to Document Object Model, each with the reason it gives.
HTMLRelated: Browsers build a DOM tree from HTML to represent a page’s structure.
JavaScriptRelated: Browser JavaScript commonly updates page content and structure through the DOM.
Cascading Style SheetsRelated: Browsers apply CSS to elements represented in the document tree.
CSSNarrower topic: CSS selectors match elements in the document tree represented by the DOM.
ParserBroader topic: Web browsers parse markup into a tree commonly exposed through this interface.
HTML5Related: HTML documents become interactive when scripts manipulate their DOM.