data description tag or

This is used for writing the description of the data.
This tag supports all event attributes.


<!DOCTYPE html>
<html>
<body>

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

</body>
</html>


Output:

Coffee
Black hot drink
Milk
White cold drink

Comments

Popular posts from this blog

Headings In HTML

Introduction and Format of HTML

Font Tag