0
What is the use of <div> tag in HTML
4 ответов
+ 4
https://www.w3schools.com/tags/tag_div.asp
+ 1
Div is used to structure your html doc, and help to group some elements to use common styles
https://www.tutorialspoint.com/html/html_div_tag.htm
0
You can use it when you are wrapping other elements without any semantic meaning.