Understanding Scope in Javascript
Do you know what is meant by semantic HTML ?,why should we write semantic HTML , do you want to see examples of semantic and non semantic code and some useful semantic HTML tags
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 documents structure, style and content using javascript.