+ 2
Why to use div tag ? N div tag means?
<div class="section">
4 ответов
+ 5
Tag <div> It is necessary to store all the tags in one container, with another word <div> this is the container with which you can drag tags, also give them classes, and since <div> is the father of tags, html5 has come to replacing the <div> tag with the <aside> tag
+ 1
it defines a section or you can say container
you can add additional feature using this in html
my answer 😳😳
0
It is widely used To make different sections on the document. But in HTML5 we use <section> instead of <div> tag. Although you can use div tag to separate section content as well. Maybe I answered your question. :)