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 (175), dd (173), ol (205), ul (234)