good use of section tag in html code example
Example: html section tag
<html>
<head></head>
<body>
<header></header>
<section>
<h1>ffffff</h1>
<div>
<span></span>
</div>
<div></div>
</section>
<footer></footer>
</body>
</html>