#html5
Read more stories on Hashnode
Articles with this tag
As a web developer, you might have encountered scenarios where you need to handle events on a large number of elements. Handling events can be...
This article is about building a site with multiple color schemes. It will change the theme without reloading the document, without adding theme class...
What is DOM ? DOM (Document object model) is the tree structured data representation of the objects that comprise the structure and content of a...
The benefit of a separate file is that the browser will download it and store it in its cache. So the Other pages that reference the same script will...