HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML5 article Tag

Article Tag

 

 

An article is a self-contained, independent piece of content that can be used and distributed separately from the rest of the site. This could be a blog post, a magazine or newspaper article, a comment, an interactive widget, or any other piece of content. Article Tag can be nested and the inner article represents the outer article. For example, in a blog post, one article is the blog itself and the other is the comment on it.

 

Uses of article tag:-

 

  • can be used to write blogs
  • can be used to write posts
  • can be used to write newspaper
  • can be used in magazines
  • can be used to create a landing page

 

Syntax:-

 

Its syntax is:- < article >

Code Explanation

All Tutorials related to HTML Advance

All Sections related to HTML