|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<DL></DL>Contains a list of terms and definitions |
|
|
Element used to mark a list of terms and their definitions. <html> <head> <title>Glossar</title> </head> <body> . . ==>> <dl> <dt>A<dd>is for Apple <dt>B<dd>is for Baby . . ==>> </dl> . . </body> </html> This is a pretty slick little element. I used it a lot to format some of my pages. By nesting these tags you can get some pretty good indentation. In the early days this was about the easiest way to do it. But when you were coding in a text editor, without the benefit of a WSYWIG display, it was real easy to forget the </dl> and you wouldn't see it until you loaded your page in a browser. Oh well, just be careful. 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 |