How to use <section> HTML tag

Section tag is one of HTML semantic elements, that tell browsers how they should appear and what they do. What should section contain and how should …

Defer script attribute

The defer attribute is used with &lt;script&gt; where it signals to browsers that the external script should be downloaded in parallel to parsing the …

HTML Divitis problem

Divitis or div soup is quite common problem of frontend developers. It is a habit or a process of using too many unnecessary div HTML elements in …