Your browser does not support JavaScript!'

HTML Article Tag ~ VUSs

Welcome to VUSs, as you guys know. VUSs is all about Computer Science's fundamentals and Tests Preparation.
All published articles are organized in simple, easy, and short English sentences to familiarize the students with computer science.
In that respect today's article is HTML Article Tag


Today's Topic
HTML Article Tag


HTML Article Tag




HTML Article Tag

Htmal Article Tag is a new Markup tag in the latest version of "HTML" which is HTML5. This can be used to contain blog "Posts", "Article" "Comment Boxes" OR It can contains the self contained content. In simple words <article> tag acts as a container for the web page or any section. Container in sense that it could stand alone.

Article examples

<article>
<figure>
<img src="HTML Tutorial/article-tag.jpg" alt="HTML Article tag" />
                      <figcaption>
                      HTML Article Tag
                     </figcaption>
</figure>
<hgroup>
<h2> HTML Article Element </h2>
<h3> Why to use? </h3>
</hgroup>
<p>
The HTML <article> element represents a selfcontained content in an HTML document and page. In addition Article is a block level element which occupies all entire spaces of its container and new element will display on the new line
</p>
</article>

Article vs Section

"Article Element" ( <article> ) defines a piece of self-contained content. This can be used to contain independent content and as well as a wrapper to contain blog "Posts", "Article", "Comment Boxes", "widgets" etc. Whereas A Section Element ( <section> ) defines a section to related information into a single group. Section tag is used to grouping the related information.

HTML Tags

Post a Comment

0 Comments

^