Horje

How t create HTML <dl> Tag

 <dl>
  <dt>Coffee</dt>
  <dd>Black hot drink</dd>
  <dt>Milk</dt>
  <dd>White cold drink</dd>
</dl> 

Output should be:

How t create HTML <dl> Tag




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