<dl>
HTML <dl> Element Reference
The HTML <dl> element contains groups of terms and their corresponding descriptions or values.
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 dl element example.
<dl>
<dt>CPU</dt><dd>Central processing unit</dd>
<dt>RAM</dt><dd>Working memory</dd>
</dl>