The main content of this blog’s home page contains a few blog posts. We wrap each one up in an
element. is specified thus: "The article element represents a component of a page that consists of a self-contained composition in a document, page, application, or site and that is intended to be independently distributable or reusable, e.g., in syndication."
The heading element should go in to the element.
<article>
<h1>My article</h1>
<p>Blah blah</p>
</article>