DL

 [tree logo] '><br>
This list type, also known as a definition list, is used
to present a list of items along with descriptive paragraphs.
This can be used for glossaries, but is also useful
for presenting other paired lists of terms (or phrases), and discursive
material about those terms.</p>
<p>The items within the list are introduced by the two
elements</p>
<dl>
<dt><code><<a href=DT> -- The `Term'

<DD> -- The `Definition'

DL can take a single attribute, COMPACT, to signify that the list is small (or large) and should be rendered in a physically compact way. Note that many browsers do not perform any special rendering on encountering the COMPACT attribute.

Example:

<dl>
<dt> Things to Avoid:
    <dd> You should NOT use elements that define paragraph
    formatting within the PRE element. This means you should
    not use <code> <P>, <ADDRESS>, <Hn> </code>and so
    on. You should avoid the use of tab characters -- use single
    blank characters to space text apart.
<dt> Things That are OK:
    <dd>You <em> can </em> use Anchor.  A typed
    carriage return will cause a new line in the presented text.
    People you should never let format lists include:
    <ul>
    <li> Bozo the Clown
    <li> Uncle Fester
    <li> Knights who go nii
    </ul>
    Which would be donwright silly in the first place.
</dl>

Note that the DD element can contain a wide range of elements, including P, BLOCKQUOTE, FORM and even other lists (even other DL's), so DL can form quite a powerful organizing structure of complex textual material. Moreover you can have more than DT associated with a single DD and vice versa (or you can have a DT without a DD, and vice versa. Careful thought should be given to the meaning of such usage, but there are occasions when such elaborate markup is appropriate and effective.


Content


Tag Minimization
Open Tag: REQUIRED
Close Tag: REQUIRED
See ATTRIBUTES
See CONTENT DECLARATION


Parent Elements


Top Element List
All Element List
Tree
html-s DTD