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.
HTML5Related: HTML documents become interactive when scripts manipulate their DOM.