The <article> tag
The HTML <article>
element represents a self-sufficient, standalone piece that makes sense on its own so that users can share it independently from the rest of the website.
Examples include:
• Forum posts
• Blog posts
• Newspaper or magazine articles
• Product cards
• User comments below the article or posts
An HTML page can contain multiple <article>
elements with one or more <section>
tags within. Both start and end tags are mandatory for the <article>
element.