posted 3 years ago
The <section> element is an HTML5 element that has a general semantic meaning, which is processable by screen readers, search engines, and so on. It represents a coherent group. Usually, it has a heading <h1>-<h6> element, which identifies the section.
<section>
<h2>Similar Posts</h2>
<article></article>
</section>
<div> doesn’t have any meaning on its own. We can give them classes or ID , but semantically we can’t add anything.
<div class="container">
<div class="row">
<div class="col-12 col-lg-8"></div>
<div class="col-12 col-lg-4"></div>
</div>
</div>
Custom Software, Blockchain Solutions