About 138,000 results
Open links in new tab
  1. Document Object Model (DOM) - Web APIs | MDN

    Apr 8, 2026 · The Document Object Model (DOM) connects web pages to scripts or programming languages by representing the …

  2. Document Object Model - Wikipedia

    The Document Object Model (DOM) is a cross-platform [2] and language-independent API that treats an HTML or XML document as …

  3. JavaScript HTML DOM - W3Schools

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like …

  4. HTML DOM (Document Object Model) - GeeksforGeeks

    Feb 5, 2026 · The HTML DOM (Document Object Model) is a structured representation of a web page that allows developers to …

  5. DOM (Document Object Model) - Glossary | MDN

    Jul 11, 2025 · The DOM (Document Object Model) is an API that represents and interacts with any HTML or XML-based markup …

  6. What is the DOM? A Behind-the-Scenes Guide - freeCodeCamp.org

    Sep 30, 2022 · Understanding how the DOM and events work in JavaScript is key if you want to be an effective front end developer. …

  7. What is the HTML DOM? - W3Schools

    The HTML DOM (Document Object Model) When a web page is loaded, the browser creates a D ocument O bject M odel of the …

  8. What is the DOM? The Document Object Model Explained in Plain …

    Jun 22, 2022 · Modern web pages are dynamic. This means we need a suitable and convenient way to modify and manipulate a web …

  9. HTML - Document Object Model

    The HTML Document Object Model (in short, HTML DOM) represents all the elements of an HTML document in a hierarchical order …

  10. JavaScript DOM Tutorial

    This section covers the JavaScript Document Object Model (DOM) and shows you how to manipulate DOM elements effectively.