Name

dd — HTML 4.01 | HTML5

Synopsis

<dd> . . . </dd>

Denotes the description portion of an item within a definition list (or association list as it is called in HTML5). The dd element must be used within the dl element and is preceded by either dt or dd. The dd element may contain other block-level elements.

Note

In HTML5, dd is also used to indicate the data within a figure element and the additional detailed information within a details element.

Start/End Tags

HTML: Required/Optional; XHTML: Required/Required

Attributes

Core, Internationalization, Events, HTML5 Global Attributes

Example

See dl, details, and figure.

Get HTML & XHTML Pocket Reference, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.