HTML Tutorial
Menu
HTML Forms
Menu
HTML Graphics
Menu
HTML Media
Menu
HTML API
Menu
Html Other Lists
HTML Description Lists
A description list describes a list of terms along with a description of each term.
The <dl> tag is used to describe the description list, the <dt> tag defines the term (name), and the <dd> tag describes each term:
Example
A Description List
- Coffee
- - black hot drink
- Milk
- - white cold drink
Output:
A Description List
- Coffee
- – black hot drink
- Milk
- – white cold drink