DOM
Term side of the Card
Topic: Browser Environment
Unit title: DOM
Categories: Concept
Explanation side of the Card
Explanation: The programming interface that represents the structure of a document as a tree of objects. Each element, attribute and piece of text is represented as a node within this tree, allowing developers to access and manipulate the content and structure of web pages programmatically, including dynamic updates, event handling and interaction with web content.