• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql
You are here: Home / HTML / Tags / HTML Article Tag

HTML Article Tag

August 12, 2013 by techhoneyadmin

HTML Article TagHTML Article Tag is used to define a self-determining self limited content.

An article is what which can make sense alone and does not need any other reference for making sense.

HTML Article Tag can be used in:

Blog Posts
News
Comments in blog
In forums

Note: HTML Article Tag is new in HTML 5.


Syntax of HTML Article Tag

<article>
The article content goes here..
</article>

Example of HTML Article Tag

HTML Article Tag Code Output
<article>
<h1>SQL PLSQL and HTML Tutorial</h1>
<p>
TechHoney.com is one of the best ways 
to learn Oracle SQL PLSQL and HTML. 
You can find vast resources 
and great explanations here.
</p>
</article>
SQL PLSQL and HTML Tutorial

TechHoney.com is one of the best ways to learn Oracle SQL PLSQL and HTML. You can find vast resources and great explanations here.

Here in the above HTML Article Tag Code example we can see that we have mentioned the article heading in the <h1> tag and the article itself is being published in the HTML paragraph <p> tag.

HTML Article Tag supports the HTML Global Attributes and HTML Event Attributes.


HTML Article Tag Supporting Browsers

S. No. Browser Supported(Yes/No)
1 Internet Explorer Yes (above IE 8)
2 Firefox Yes
3 Google Chrome Yes
4 Opera Yes
5 Safari Yes

Filed Under: Tags Tagged With: Article HTML 5, Article Tag HTML 5, Article Tag in HTML 5, How to use HTML Article Tag, How to write article in HTML 5 Article Tag, How to write HTML 5 Article Tag, HTML 5 article, HTML 5 article tag, HTML 5 Article Tag usage, HTML Article Tag, HTMLArticleTag, Tag Article HTML 5, Using HTML 5 Article Tag, What is HTML 5 Article Tag, What is the purpose of HTML 5 Article Tag

Copyright © 2023 · Parallax Pro on Genesis Framework · WordPress · Log in