Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

The HTML5 <figcaption> Tag  
Remembering the function of HTML5 <figcaption> tag is easy because the name is suggestive of its use. The HTML5 <figcaption> tag is mainly utilized along with the <figure> element. It is the key in adding proper caption.

The HTML5 <figcaption> tag is a new function in HTML5 so this is not present in HTML4.01.

Using the HTML5 <figcaption> tag is not a problem because this also supports the Event Attributes and Global Attributes in HTML5. All the major web browsers also work perfectly with it such as Internet Explorer, Firefox, Google Chrome, Safari and Opera.

Print HTML5 <figcaption> Tag Bookmark HTML5 <figcaption> Tag

Related Articles  
The HTML5 <button> tag
The HTML5 <button> tag is an element in HTML5 which defines a clickable button. The HTML5 <button> tag is ...
The HTML5 <header> Tag
Typically, the HTML5 <header> tag is where details like headings, subheadings and version information are ...
The HTML5 <progress> Tag
Using the HTML5 <progress> tag is not as easy as utilizing other tags for HTML5. It has limited compatibility ...
The HTML5 <nav> Tag
The main role of the HTML5 <nav> tag is to establish major block for the navigation links.
The HTML5 <samp> Tag
When it is necessary to place a sample output from a computer program or script, the HTML5 <samp> tag has to be ...
The HTML5 <canvas> Tag
The HTML5 <canvas> tag is important in enabling on the spot drawing of graphics. It is important though to use ...
More