This tag encloses a term to be defined in a definition list. Contents are rendered in their own block, without any first-line indent or margin-indent.
The <dt>
tag acts like a heading in that hyphenation is suppressed within the tag, and it defaults to left-alignment rather than justification.
class, id, lang, style, title (ignored)
<dl>
<dt>eBook</dt>
<dd>An electronic book, usually read on a laptop’s LCD screen or on a palmtop computer.</dd>
</dl>
© 2000 Microsoft Corporation. All rights reserved. Terms of use.