×

DOM (Document Object Model)

TheDOM(Document Object Model) is anAPIthat represents and interacts with anyHTMLorXML-based markup language document. The DOM is a document model loaded in thebrowserand representing the document as anodetree, orDOM tree, where each node represents part of the document (e.g., anelement, text string, or comment).
📋 목록