Document Object Model (DOM)
DOM
The DOM (Document Object Model) is a programming interface for HTML and XML documents. It represents the structure of a web page as a hierarchical tree of objects, where each object corresponds to an element, attribute, or text node in the docume...
asritha.hashnode.dev5 min read