← All languages
HTML tag of the day

<dd>

Provides the description or value for a preceding term in a description list.

Description

The `<dd>` tag is an HTML element used in web documents. It can be combined with attributes to control semantics, behavior, and presentation in supported user agents.

Arguments

NameDescriptionOptional
attributes Optional global or element-specific attributes for `<dd>`. Yes

Example

<dd>...</dd>

Reference