HTML Article Tag

The HTML article tag is used to provide information about the search engine as well as screen readers that its content is part of an article.

Every article tag should have a heading tag followed by a paragraph tag. You can also use <footer> and <address> tags inside the <article> to give extra information.

Use Of Article Tag

Please keep in mind that the article tag is used inside the blog posts, forum posts, comments, etc. You can even use nested article tags, one inside another.

General Syntax

      
        <article>Article Tag</article>      
    
Try it now

Source Code

          
            <article>
  <h2>sudhakarinfotech</h2>
  <p>Providing HTML5, CSS3, Javascript, jQuery, Ajax, JSON, PHP, MySQL,Bootstrap4,Bootstrap 5 ,Bulma, 
    Pure CSS, UIkit CSS ,Tailwind,etc.
  </p>
</article>          
        
Try it now

Source Code : Output

sudhakarinfotech

Providing HTML5, CSS3, Javascript, jQuery, Ajax, JSON, PHP, MySQL,Bootstrap4,Bootstrap 5 ,Bulma, Pure CSS, UIkit CSS ,Tailwind,etc.

Web Tutorials

HTML Article Tag
Html Tutorial HTML
Javascript Tutorial JAVASCRIPT
Css Tutorial CSS
Bootstrap 5 Tutorial BOOTSTRAP 5
Bootstrap 4 Tutorial BOOTSTRAP 4