GitHubSign in

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

"With the DOM, programmers can build documents, navigate their structure, and add, modify, or delete elements and content."

@gh-community