W3cubDocs

/HTML

<dd>

The <dd> provides the details about or the definition of the preceding term (<dt>) in a description list (<dl>).

Content categories None.
Permitted content Flow content.
Tag omission The start tag is required. The end tag may be omitted if the <dd> element is immediately followed by another <dd> element, or if there is no more content in the parent element.
Permitted parents <dl> or (in WHATWG HTML) a <div> that is inside a <dl>.
Previous sibling <dt> or another <dd> element.
Permitted ARIA roles None
DOM interface HTMLElement

Attributes

This element's attributes include the global attributes.

nowrap
If the value of this attribute is set to yes, the definition text will not wrap. The default value is no.

Example

For an example, see <dl> examples.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes 1
1
Before Firefox 4, this element was implemented using the HTMLSpanElement interface instead of HTMLElement.
Yes Yes Yes
nowrap Yes Yes 1 Yes Yes Yes
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes Yes 4 Yes Yes Yes
nowrap Yes Yes Yes 4 Yes Yes Yes

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dd