HTML article Tag is used for the independent content. Article Tag is introduced in HTML5. The article tag is used for side information which has nothing to do with the main content.
Table of Contents
Contents of HTML Article Tag
The HTML Article Tag may contain following kind of data in it.
- News Story
- Side Links
- About Data
- Blog Posts
- Forum Posts
- Comments
- Any other Data related to website
Syntax of HTML Article Tag
HMTL Article Tag is one of the HTML5 tag. It has both starting and ending tag.
<!DOCTYPE html>
<html>
<body>
<article>
</article>
</body>
</html>
Default Styling of HTML Article Tag
By default article tag is block level element but you can change it's styling using CSS.
Global Attributes Support in Article Tag
Article Tag supports Global Attributes.
Event Attributes Support in Article Tag
Article Tag supports Event Attributes.
Browser Support for Article Tag
Almost all major browsers support Article Tag.
HTML article Tag Video
Watch our video on HTML article Tag and subscribe our Youtube Channel.