My Writings

Scope in Javascript

Understanding Scope in Javascript

Semantic HTML

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

Playing with DOM using javascript

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.