Previous Message
Next Message

The taboo against <b> and <br/>

Sent by Scott Hamm on 17 March 2004 18:06


> > <dl>
> > 	<dt>John Doe</dt>
> > 	<dd>
> > 	<li>123 Main Street</li>
> > 	<li>Big City, ST 12345</li>
> > 	<li>123-555-1234</li>
> > 	</dd>
> > </dl>
> >
> 
> hmm...  I've never seen the tags <dl> or <dd> before...what does that 
> accomplish?
> 
By default, without css it would set idents (sp) as following:

	John Doe
		123 Main Street
		Big City, ST 12345
		123-555-1234

Where dl is definition list, dt is definition tag and dd is definition
description i.e.:

Coffee
    Black hot drink
Milk
    White cold drink
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: