: The DL Element
Last updated: 2026-09-12
<dl>The DL Element
A description list (term–description pairs), used for glossaries or key-value metadata.
| Category | Lists |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </dl> tag |
| Status | Standard |
📝 Syntax
<dl>
<dt>Term</dt>
<dd>Description</dd>
</dl>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <dl> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: dl's direct children should be dt (term) and dd (description), not ul/li.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.