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

HTML5 Tutorial FeedBurner

The HTML5 <dt> Tag  
The HTML5 <dt> tag is an important addition in any HTML document particularly when further terminology definition is needed. The main purpose of the HTML5 <dt> tag is to define a particular item in the definition list.

The use of HTML5 <dt> tag is often paired up with the <dl> and <dd> tag. The HTML5 <dl> tag is the key in determining the definition list. On the other hand, the HTML5 <dd> tag is utilized so that description for a particular item within the list can be provided.

There is no determinable difference when it comes to using HTML5 <dt> tag in HTML4.01 and HTML5.

The HTML5 <dt> tag is a user-friendly element because this can be used along with Global Attributes in HTML5 without any hassle. Aside from that, it is also compatible with Events Attributes. Hence, authors for HTML documents would not have a hard time using the HTML5 <dt> tag.

Of course, different users have varying web browsers too. The good thing is that HTML5 <dt> tag is also compatible with the different web browsers. That includes Safari, Google Chrome, Internet Explorer, Opera and Firefox

Print HTML5 <dt> Tag Bookmark HTML5 <dt> Tag

Related Articles  
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 <area> Tag
The HTML5 <area> tag is used for adding details to specific areas within an image map. An image map is an image ...
The HTML5 <div> Tag
The HTML5 <div> tag is the key in separating different partitions within an HTML document. It is capable of ...
The HTML5 <style> Tag
The HTML5 <style> tag has the capacity to determine the style information that has to be used for the document.
The HTML5 <article> Tag
The HTML5 <article> tag is an indicator of a content that can stand on its own. This means that even if that ...
The HTML5 <td> Tag
The HTML5 <td> tag is used for specifying the cell within a table that has to be incorporated within an HTML ...
More