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 (108), dd (106), ol (128), ul (153)