About 3,280 results
Open links in new tab
  1. What is the Document Object Model?

    The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.

  2. Document Object Model (DOM) - Web APIs | MDN - MDN Web Docs

    Nov 7, 2025 · The Document Object Model (DOM) is a programming interface for web documents. It represents the page so that programs can change the document structure, style, and content. The …

  3. HTML DOM (Document Object Model) - GeeksforGeeks

    6 days ago · The HTML DOM (Document Object Model) is a structured representation of a web page that allows developers to access, modify, and control its content and structure using JavaScript.

  4. JavaScript HTML DOM - W3Schools

    "The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a …

  5. Document Object Model - Wikipedia

    When a web page is loaded, the browser creates a Document Object Model of the page, which is an object oriented representation of an HTML document that acts as an interface between JavaScript …

  6. What is the Document Object Model? DOM for Beginners

    Jan 10, 2024 · Well, the answer is that JavaScript can manipulate the Document Object Model, or the DOM for short. The DOM is a hierarchical structure composed of objects that make up a web page. …

  7. What Is the DOM (Document Object Model) and Why It Matters

    Jun 24, 2025 · The Document Object Model (DOM) is a tree-like structure representing a web document's content, structure, and style. When a web page is loaded in a browser, the HTML …

  8. The Document Object Model (DOM) – Full Stack Web Development …

    Explain the structure and importance of the Document Object Model (DOM). Write JavaScript functions that change a web page dynamically by retrieving and changing the contents of DOM elements.

  9. What is the Document Object Model (DOM) - IONOS

    Jul 11, 2023 · What is the Document Object Model (DOM)? The Document Object Model, DOM for short, is a standardized programming interface for the structuring of HTML and XML documents.

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

    Jun 22, 2022 · In this article, you'll learn what the Document Object Model (DOM) is, a bit about its history, and how you use it to manipulate web documents, especially HTML documents. What is the …