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