Element used in a definition list to mark the definition of a term. It can contain just about any block element except for headings and address elements.
<html> <head> <title>Page to show the DD element</title> </head> <body> . . <dl> <dt>Boogers</dt> ==>> <dd>A former pet</dd> </dl> . . </body> </html>
Now you know what a purist I am when it comes to showing the examples. In the definition list above some might claim I got carried away with form. Well, they're right. You can definitely leave off the </dd> since the tags are assumed closed when the next tag is encounterd. I just consider it good documentation to have the end tags. That way I'm not confused where things begin and end.
Nothing more to add.
Nothing special.
Nothing special.
Nothing special.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:42 -0500
URL: ./htmlgd/tagdd.html