| |
Semantic Markup
Wed, Nov 5, 2003; by Geoffrey Wirth.
This page is in the making, and probably will get subpages - see it as a notepad for correct HTML markup.
Definition Lists. <DL>, <DT> and <DD>
link: http://www.benmeadowcroft.com/webdev/articles/definition-lists.shtml
- <DL>
- A definition list is the container element for DT and DD elements. The DL element should be used when you want incorporate a definition of a term in your document, it is often used in glossaries to define many terms, it is also used in "normal" documents when the author wishes to explain a term in a more detail (Like this definition).
- <DT>
- The term currently being defined in the definition list. This element contains inline data.
- <DD>
- The definition description element contains data that describes a definition term. This data may be either inline, or it may be block level.
[Print] [Mail]
|
|