How to choose between the div and span tags in an HTML document and their practical usage.
👉 Firstly,let's start by identifying the similarities and differences between div and span tags.
1️⃣ div and span tags are both generic HTML elements
2️⃣ div tag is a block-level element while on the other hand, span tag is an inline element.
3️⃣ di...
oluwaloseun.hashnode.dev2 min read