dl
dl
This page has been flagged with the following issues:
High-level issues:
Summary
The dl element (<dl>) is used to define a definition list. It encloses a list of definition items which consist of two parts, a term (<dt>) and a description (<dd>).
Overview Table
| DOM Interface | HTMLDListElement |
|---|
Examples
This example uses the DL element with the DD and DT elements to create a definition list.
<DL> <DT>Cat <DD>A small domesticated mammal. <DT>Lizard <DD>A reptile generally found in dry areas. </DL>
Notes
Remarks
Standards information
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
- 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 | ? | ? | ? | ? | ? | ? | ? | ? |
See also
External resources
This article contains content originally from external sources.
Portions of this content come from the Mozilla Developer Network
: Article
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