0
What is the difference between div tag and section tag in html?
2 Answers
+ 3
<section> is semantically less generic than <div>, and both could be differently default styled by browsers...
+ 2
"The <section> tag defines sections in a document, such as chapters, headers, footers, or any other sections of 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."