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

HTML5 Tutorial FeedBurner

The HTML5 <details> Tag  
The purpose of the HTML5 <details> tag is important if the author would like to add some more information which can be accessed by the user. It is used in containing more details but it is dependent on the command of the user if it is viewed or hidden.

It is the HTML5 <details> tag which can be utilized for creating a widget that the user can control, that is, whether to keep it open or close. It is possible to add any type of content within the HTML5 <details> tag. The additional details in it are based on the intention of the author.

The HTML5 <details> tag is not present in HTML4.01 so there is no basis for comparison when it comes to its functions.

So far, the HTML5 <details> tag is only supported in Google Chrome. All other browsers do not work well with this tag yet. On the lighter side, the HTML5 <details> tag is easy to use along with the Events Attributes in HTML5. Aside from that, the HTML5 <details> tag is also compatible with Global Attributes.

Here are the attributes for HTML5 <details> tag:

Attribute

Value

Description

open (NEW)

open

This allows the user to open the additional details that were provided by the author of the HTML document

Print HTML5 <details> Tag Bookmark HTML5 <details> Tag

Related Articles  
The HTML5 <center> Tag
The <center> tag is no longer used for HTML5. Before, it is used for putting text and content in center-align ...
The HTML5 <object> Tag
The HTML5 <object> tag is the key which enables HTML authors to do this. When embedding video, audio, PDF, Flash ...
The HTML5 <audio> Tag
The HTML5 <audio> tag is useful when it comes to providing sound like audio file or music streaming. Playing ...
The HTML5 <footer> Tag
The HTML5 <footer> tag is necessary for adding a footer for a particular document which serves as supplementary ...
The HTML5 <frame> Tag
The HTML <frame> tag is not supported in HTML5. Before the use of HTML5, the HTML <frame> tag is utilized ...
The HTML5 <span> Tag
The HTML5 <span> tag is primarily a tool which enables the author to group inline-elements that are incorporated ...
More