Introduction:
The HTML
Example:
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>
0 comments :
Post a Comment