DT - Definition Term

Syntax <DT>...</DT>
Attribute Specifications
Contents
Contained in

The DT element defines a term in a . The closing tag for DT is optional, but its use prevents common browser bugs with . Note that DT cannot contain such as and .

A DT element should generally be followed by a element that provides the definition for the term given by the DT. A single definition term may have multiple definitions associated with it, and a single definition may have multiple terms.

More Information