Re: creating a menu

At 07:16 AM 07/16/2002, RUST Randal wrote:
>But should I be using another method?  Such as;
>
><dl>
>         <dt>Cheeses</dt>
>         <dd>Limburger</dd>
>         <dd>Swiss</dd>
></dl>

I wouldn't suggest that method, since dl-dt-dd is specificially for a 
definition list.  dt is for the term, and dd for the definition.  Not 
really the same thing as in this example, a term and subcategories of the term.

Bill Mason
Accessible Internet
w3c@accessibleinter.net
http://www.accessibleinter.net/

Received on Tuesday, 16 July 2002 11:16:31 UTC