dl

< html‎ | elements
Jump to: navigation, search

dl



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


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 cc-by-sa-small-wpd.png: Article

Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]