Home » HTML article tag

HTML article tag

by Online Tutorials Library

HTML Article Tag

The HTML <article> tag defines an independent self-contained content in a document, page, application or a site.

The article tag content makes sense on its own. It is independent and complete from other content shown on the page. This tag is generally used on Forum post, Blog post, News story, comment etc.


HTML article tag example

Test it Now

Output:

Narendra Modi

(Naam to suna hi hoga)

Narendra DamodarDas Modi is the 15th and current Prime Minister of India, Modi, a leader of the Bharatiya Janata Party (BJP), previously served as the Chief Minister of Gujarat state from 2001 to 2014. He is currently the Member of Parliament (MP) from Varanasi.


HTML article tag also supports global and event attributes in HTML.


Supporting Browsers

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
<article> Yes Yes Yes Yes Yes
Next TopicHTML Aside tag

You may also like