JS: Document Model
The DOM stands for Document Object Model. It is a programming interface for web document (html, xhtml, xml) created by the browser when it loads an HTML document. It represents the page so that programs can change the document structure, style and co...
sagecode.hashnode.dev13 min read