<article>
The <article> element is used to contain a main section of a page that could potentially stand alone, like a blog post, news article, or a comment.
<article>
<header>
<h1>Article Title</h1>
<h6>byline</h6>
</header>
<p>Actual content of the article...</p>
</article>