show-notice
hide-notice

Friday 9 August 2013

HTML dt Tag


Introduction:

The HTML dt tag is used for specifying a definition term in a definition list.

Example:
<html>
<head>
<title>HTML dt 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