RuskFamily.com ... the Legend Continues Practice Page
| 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 Final

    Nothing more to add.

Netscape

    Nothing special.

Microsoft Internet Explorer

    Nothing special.

Internationalization

    Nothing special.

| Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element |

Michael T. Rusk
Comments to author: mike@ruskfamily.com

All contents copyright © 1996-2001 Michael T. Rusk
All rights reserved.

Valid HTML 4.01!   Valid CSS!

Revised: Sunday, December 30, 2007 11:06 -0500
URL: ./htmlgd/tagdl.html