Tags Reference
Defines a description of a term in a definition list
Description of items in a definition list:
- Coffee
- - black hot drink
- Milk
- - white cold drink
The <dd> tag is used to describe an item in a definition list.
The <dd> tag is used in conjunction with <dl> (defines the definition list) and <dt> (defines the item in the list).
Inside a <dd> tag you can put paragraphs, line breaks, images, links, lists, etc.