DOM
D
DOM
Definition
Document Object Model: a programming interface for HTML and XML documents that represents the page structure as a tree of objects, allowing programs to dynamically access and update the content, structure, and style of documents.