HTML <article> Tag
The HTML Article tag is an HTML5 element that denotes self-contained, independent content. This tag is sometimes referred to as the <article> element.
An article should make sense on its own and be distributable independently of the rest of the site.
In a browser, the <article> element does not appear to be anything remarkable. However, you may style the <article> element using CSS.
Note: The HTML <article> element is an HTML5 element found within the <body> tag.
Syntax
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| <article> | 6.0 | 4.0 | 5.0 | 9.0 | 11.1 |