Section tag defines the section of documents such as chapters, headers, footers
or any other sections. The section tag divides the content into section and
subsections. ... Section tag grouped the generic block of related contents.
<section>
<h1>Heading</h1>
<p>Bunch of awesome content</p>
</section>
<section>
<h1>Give a heading</h1>
<p>Here ,you can write on it and it is under a section.Section is a semantic element</p>
</section>
<html>
<head></head>
<body>
<header></header>
<section>
<h1>ffffff</h1>
<div>
<span></span>
</div>
<div></div>
</section>
<footer></footer>
</body>
</html>