[thelist] Style sheet problem!
aardvark
roselli at earthlink.net
Tue May 23 19:50:00 2000
> From: Adrian Kearns <adriank@reactor.co.nz>
>
> > <strong/> is preferred over <b/> is for the very reason that
>
> Having the / at the end of the tag looks like XML ??
> I was referring to html4 in my original post.
it's XHTML, but since both <b> and <strong> have end tags, there
is no reason to use a '/'... i think he was just using shorthand for
<b></b>, etc...
> Sure this might
> > produce compatibility problems, but only in older browsers and you
> > also now exactly how older browsers will render <strong/>. So there
> > the issue is resolved, eh?
>
> Sounds good to me.
>
> Hey Aardvark, you said that you had a discussion about the whole B /
> strong tag thing where you are, what was the outcome?
we chose to stick with <b>... we have a series of clients who will
maintain their sites, and they want to be able to get into the code
and edit it... the <strong> and <em> confused them, so we kept it
as <b> and <i>, both of which are mnemonically easy to
remember/associate as well...
however, for a site for a blind organization that we are working on, i
will most likely use <strong> and <em>, style them to be bold and
italic, respectively, and leave it at that...