The Html Element Represents a Self-Contained Composition in a Document, Page, Application, or Site, Which Is Intended to Be Independently Distributable or...
The <article> HTML element 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).
How do you write an article in HTML?
The HTML tag is used to represent an article. More specifically, the content within the tag is independent from the other content of the site (even though it can be related).
The article element represents a section of content that forms an independent part of a document or site; for example, a magazine or newspaper article, or a blog entry.