5.3.9 dt : definition term.

The dt tag is used in definition lists to enclose the term for which a definition is presented. It’s usage is identical to the usage in HTML.

Example:

<dl>
<dt>FPC</dt><dd>stands for Free Pascal Compiler.</dd>
</dl>

Will be typeset as

FPC

stands for Free Pascal Compiler.

See also: dl (176), dd (174), ol (206), ul (235)