A list of definitions

Jan 31

Russ Weakley of Maxdesign has written an article all about html definition lists. It includes possible uses for these rarely used tags, and also gives examples of use with great styles.

  1. <dl>
  2.     <dt>Winter</dt>
  3.     <dd>Cold and dark</dd>
  4.     <dt>Summer</dt>
  5.     <dd>Warm and bright</dd>
  6. </dl>
(W3C definition list specification)


Filed under:
Web design
Posted by:
James Griffin
Dated:
January 31, 2004