[next] [prev] [prev-tail] [tail] [up]
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
See also: dl (175), dd (173), ol (205), ul (234)
[next] [prev] [prev-tail] [front] [up]