dt
dt
This page has been flagged with the following issues:
High-level issues:
Summary
The dt element (<dt>) indicates a definition term within a definition list (<dl>).
Overview Table
| DOM Interface | HTMLDTElement |
|---|
Examples
This example uses the dt element with the dd and dl elements to create a definition list.
HTML
<dl> <dt>Cat</dt> <dd>A small domesticated mammal.</dd> <dt>Lizard</dt> <dd>A reptile generally found in dry areas.</dd> </dl>
Notes
Remarks
Standards information
- HTML 4.01 Specification, Section 10.3
HTML information
{
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here