Ads Top

http://wapcircles.blogspot.com.ng/p/about.html

HTML Description Lists

HTML also supports description lists.

A description list is a list of terms, with a description of each term.
The <dl> tag defines the description list, the <dt> tag defines the term (name), and the <dd> tag describes each term:

Input | Example

<dl>
  <dt>Coffee</dt>
  <dd>- black hot drink</dd>
  <dt>Milk</dt>
  <dd>- white cold drink</dd>
</dl>

OutPut | Result

Coffee
- black hot drink
Milk
- white cold drink






No comments:

Wapcircles.blogspot.com. Powered by Blogger.