show-notice
hide-notice

Friday 9 August 2013

HTML dl Tag


Introduction:

The HTML dl tag is used for declaring 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 dl 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