dd

< html‎ | elements
Jump to: navigation, search

dd

This page has been flagged with the following issues:



Summary

The dd element (<dd>) represents the description, definition, or value, part of a term-description group in a description list (<dl> element).


Overview Table

DOM Interface HTMLDDElement

HTML information

{

Examples

This example uses the dd element with the dl and dt 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>

Usage

Please add a section that deals with the default values that come with this element. For instance, it is obvious that this element is indented, but do browsers automatically add padding, margin, or achieve the indent via some other mechanism? This is of course important because a person should know what codes to override if he wants to create a custom indent.


Related specifications

Specification Status Related Changes
HTML 4.01 Specification W3C Recommendation
HTML5 W3C Working Draft

Compatibility

Desktop

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic Support Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)

Mobile

Feature Android BlackBerry Chrome for mobile Firefox Mobile (Gecko) IE Mobile Opera Mobile Opera Mini Safari Mobile
Basic Support Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)
Supported (when?)

See also

Related articles

HTML

















  • dd











This article contains content originally from external sources.

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

}