+ 1
the difference between <section> and <div>
HTML/CSS
3 Respuestas
+ 1
<section> element is defined as a block of related elements.
<div> element is defined as a block of children elements.
+ 1
<section> is semantic element introduced in HTML5 and <div> is division element used to separate documents' content. Although both are same but <section> gives the semantic meaning to web crawlers to find your content more easily to them :)