Example
A definition list, with items and descriptions:<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
Teach Yourself by BH24 HTML Editor Tool!
The <dd> tag is supported in all major browsers.
Definition and Usage
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.