article
- Represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include a forum post, a magazine or newspaper article, a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
<article aria-label="Example card">
<header>
Header content
</header>
Main content
<footer>
Footer content
</footer>
</article>
header
and footer
elements are optional.