HTML Encyclopaedia

The dd tag

The HTML container element
<dd> ... </dd>

is used for a definition item in a definition (<dl>) list. A definition item can include block items other than headings and addresses.

The close tag </dd> is normally elided with a following <dt> or </dl> tag.


See also <dt>, <dl>, <ol>, <ul>, and the general information about lists.