Used within a <dl>
or definition list block, this tag encloses the definition of a term that makes up part of a definition list. The <dd> tag’s default layout is a margin-left of 3 em, and no default text-indent. It is preceded by a <dt>
or definition term tag for the term it defines.
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.