0
Why is <div> tag is used
3 Answers
+ 2
<div> is a block-level container and is used to make sections in the HTML document but it is less recommended now because it does not give any semantic meaning.
+ 1
In advance designing we frequently use <div> , because its dont have any semantic meaning and we can use it freely, we use ids and classes inside it to design the particular div block .
+ 1
Like other up there are saying, it don't have any semantic meaning but it's quite good when you use it with a combination of css programđ