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

HTML5 Tutorial FeedBurner

The HTML5 <dl> Tag  
When determining the definition list in an HTML document, using the HTML5 <dl> tag is needed. Typically, this is utilized along with the <dt> tag. The purpose of adding <dt> is to specify the item that is found within the list. The HTML5 <dl> tag is also used along with the <dd> tag because this provides the description for the item within the list.

Using the HTML5 <dl> tag is nothing different because it is utilized the same way in HTML4.01. This should not arise confusion for HTML authors who switched from HTML4.01 to HTML5. To make things even better, this is also compatible with the Global Attributes in HTML5. Even the Events Attributes works best with the HTML5 <dl> tag.

The HTML5 <dl> tag is helpful for users because all major web browsers can detect this. Whether it is viewed through Firefox, Google Chrome, Safari, Opera or Internet Explorer, the function of HTML5 <dl> tag is seen well.

Print  HTML5 <dl> Tag Bookmark  HTML5 <dl> Tag

Related Articles  
The HTML5 <video> Tag
The HTML5 <video> tag is the main tool of the author to add some movie clip or video stream within a document.
The HTML5 <nav> Tag
The main role of the HTML5 <nav> tag is to establish major block for the navigation links.
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 <body> tag
The HTML5 <body> tag is an element which defines the coding of an HTML document where all the contents of the ...
The HTML5 <footer> Tag
The HTML5 <footer> tag is necessary for adding a footer for a particular document which serves as supplementary ...
The HTML5 <div> Tag
The HTML5 <div> tag is the key in separating different partitions within an HTML document. It is capable of ...
More