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
stands for Free Pascal Compiler.