<DT></DT>

Display text as a term to be defined


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


Element used to mark the term to be defined in a definition list.

   <html>
        <head>
        <title>Glossar</title>
        </head>
        <body>
           .
           .
        <dl>
==>>     <dt>A<dd>is for Apple
==>>     <dt>B<dd>is for Baby
           .
           .
        </dl>
          .
           .
        </body>
        </html>

This rounds out the trio of tags used to build definition lists. The term is left justified. If you want to set it off by bolding it then you've got to do that yourself. The definition of the term, <dd>, is usually indented. This is why I used this element to help format some of my pages.

HTML 3.2 Final

    Nothing more to add.

Netscape

    Nothing special.

Microsoft Internet Explorer

    Nothing special.

Internationalization

    Nothing special.


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:44 -0500
URL: ./htmlgd/tagdt.html