Re: Cleaning House

Lachlan Hunt wrote:

> What advantage would there be in using <span style=""> over <b> or <i>?

One only :

   <span style="font-weight: bold; font-style: italic>foo</span>

is structurally MUCH nicer than

   <b><i>foo</i></b>

and I don't even mention it could also be

   <i><b>foo</i></b>

and wysiwyg editors still have to do magic to be able to merge the
two...

</Daniel>

Received on Friday, 4 May 2007 09:27:03 UTC