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

HTML5 Tutorial FeedBurner

The HTML5 <dd> Tag  
There are times when providing additional definition for a word or terminology within an HTML document is necessary. In such situations, the HTML5 <dd> tag is the one that should be used.

The HTML5 <dd> tag has to be incorporated within an HTML document along with the <dl> tag. That is because, the <dl> tag is the key in specifying the definition list. The HTML5 <dd> tag is also paired with the <dt> tag which is utilized in pointing out the item within the list.

There is not much limitation when the HTML author decides to use the HTML5 <dd> tag. It is possible to put paragraphs, links, list, images or line breaks within the HTML5 <dd> tag. The length or format of texts is dependent on the information that the author would like to provide for the particular word or terminology that needs to be defined.

The use of <dd> tag is the same in both HTML4.01 and HTML5. When it comes to using it with the attributes, there is no serious concern to think of since it is compatible with both the Events Attributes and Global Attributes in HTML5.

The HTML <dd> tag is also supported by all major web browsers like Safari, Google Chrome, Internet Explorer, Opera and Firefox.

Print HTML5 <dd> Tag Bookmark HTML5 <dd> Tag

Related Articles  
The HTML5 <table> Tag
The HTML5 <table> tag is mainly used for putting tables within an HTML document. When the HTML5 <table> tag ...
The HTML5 <u> Tag
The HTML5 <u> tag is no longer functional in HTML5. Before, the purpose of using HTML <u> tag is to put an ...
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 <output> Tag
The HTML5 <output> tag has to be placed within an HTML document if the calculation result has to be represented. ...
The HTML5 <col> Tag
The HTML5 <col> tag is important in defining the properties for each column. It is used within a <colgroup> ...
The HTML5 <p> Tag
The main purpose of the HTML5 <p> tag is to determine the paragraph within the HTML document. This is necessary so ...
More