#html5
Read more stories on Hashnode
Articles with this tag
Introduction One of the most emphasized coding principles is the DRY principle, which is the need to as practicable as possible, avoid repeating...
In JavaScript, just as in other programming languages, we use loops to read or access the items of a collection. The collection can be an array or an...
HTML Semantics A common issue faced by most beginner front end developers is the temptation to use div in all contexts when building a webpage. I...