0
When i have to use div tag in html???
3 Answers
+ 3
You can see <div> as a joker if you don't know which semantic tag you should use. <div> is configurable like your wishes. In HTML5 you can also use the <section>-Tag. It has the same purpose like <div>.
+ 2
Div tag is a block level tag it help to make the content of your webpage more attractive by by giving them proper arrangements
0
thanks dudes đđ