HTML5 Tag: ARTICLE

Defination

Represents a section of a page that consists of a composition that forms an independent part of a document, page, or site. This could be a forum post, a magazine or newspaper article, a Web log entry, a user-submitted comment, or any other independent item of content.

Example
<article>
    <header>
        Header of the article
    </header>
    <p>
        Content of the article
    </p>
</article>

Copyright @ 2024 DevelopNew. All Rights Reserved