|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<DT></DT>Display text as a term to be defined |
|
|
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 FinalNothing more to add. NetscapeNothing special. Microsoft Internet ExplorerNothing special. InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |