why we create section in html code example
Example 1: section tag in html
<section>
<h1>Heading</h1>
<p>Bunch of awesome content</p>
</section>
Example 2: html section tag
<html>
<head></head>
<body>
<header></header>
<section>
<h1>ffffff</h1>
<div>
<span></span>
</div>
<div></div>
</section>
<footer></footer>
</body>
</html>