HTML/Elements/dd
From W3C Wiki
Contents |
<dd>
The <dd> element represents the discription, definition, or value, part of a term-description group in a description list.
HTML Attributes
See global attributes.
Examples
Example A
[try it]
<dl> <dt>term1</dt> <dd>definition1</dd> <dt>term2</dt> <dd>definition2</dd> </dl>
HTML Reference
The HTML5 specification defines the <dd> element in 4.5.10 The dd element.

