+ 1
What's the deffrence between <div> and <section> ?
somehow i see they are the same
2 ответов
+ 7
The <section> tag defines sections in a document, such as chapters, headers, footers, or any other sectionsof the document. whereas: The <div> tag defines a division or a section in an HTML document. The <div> tag is used to group block-elements to format them with CSS.
+ 1
div is more general.