<dd>
HTML <dd> Element Reference
The HTML <dd> element provides a description, definition, or value for a preceding term in a description list.
Categories
- Grouping content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical dd element example.
<dl>
<dt>HTML</dt>
<dd>The markup language of the web.</dd>
</dl>