Playing With DOM using Javascript
What do you mean by DOM ? The Document object model(DOM) is an application programming interface (API) for HTML , The browser parses the content into a tree of Objects Which is Known as DOM, we can access these objects and make changes in the documen...
Aug 15, 20212 min read132