html5 , ... :
<section>
<section>
<section>
<h1>...</h1>
<p>...</p>
</section>
</section>
</section>
- , :
<section>
<article>
...
</article>
</section>
<section>
<article>
...
</article>
</section>
, , , , . div.
html5 , ... :
<main>
<div>
<div>
<section>
<header>
<h1></h1>
<time datetime=""></time>
</header>
<img src="" alt="">
<p></p>
<p></p>
<p></p>
</section>
</div>
</div>
</main>