DOM Manipulation Revision
DOM INTRO
The browser converts the HTML into a tree-like structure, where the HTML tags act as a node in a tree. This is tree representation is nothing but called a DOM tree.DOM is an abbreviation that translates to the document object model. The ent...
jeevanhenrydsouza.hashnode.dev3 min read