show-notice
hide-notice

Thursday 8 August 2013

HTML dd Tag


Introduction:

The HTML dd tag is used for specifying a definition description in a definition list.
A definition list is similar to other lists but in a definition list, each list item contains two entries; a term and a description.

Example:
<html>
<head>
<title>HTML dd Tag</title>
</head>
<body>
<dl>
<dt>Definition List</dt>
<dd>A list of terms and their definitions/descriptions.</dd>
<dt>Ordered List</dt>
<dd>A numbered list.</dd>
<dt>Unordered List</dt>
<dd>An unnumbered list.</dd>
</dl>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com