Horje

How to create HTML <dt> Tag

A description list, with terms and descriptions
index.html
Example: HTML
 <dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd>
</dl> 

Output should be:

How to create HTML <dt> Tag




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin