E-mail List Archives
Re: strong vs. bold questions
From: Kynn Bartlett
Date: Mar 10, 2002 3:06PM
- Next message: Nick Wilson: "Re: strong vs. bold questions"
- Previous message: Shirley Kaiser, SKDesigns: "strong vs. bold questions"
- Next message in Thread: Nick Wilson: "Re: strong vs. bold questions"
- Previous message in Thread: Shirley Kaiser, SKDesigns: "strong vs. bold questions"
- View all messages in this Thread
At 1:44 PM -0800 3/10/02, Shirley Kaiser, SKDesigns wrote:
>On another list (webdesign-L <http://www.webdesign-l.com/>) the
>question came up about using <strong> vs. <b> and why and when. I
>thought I'd ask this here, too.
Whenever there's a good semantic tag to use, such as <strong> or
<em>, use that. Other such HTML elements that could be useful
are things like <samp>, <abbr>, <h4> or <blockquote>.
If you're going to change something else, like the language, use
a <div> or <span> and then change the style in the CSS.
Otherwise, use presentational markup, either <b> or a <div>/<span>
with appropriate CSS.
Note that many screenreaders can and will understand <b> tags as
"make this bold i.e. emphasized".
--Kynn
--
Kynn Bartlett < <EMAIL REMOVED> > http://kynn.com
Chief Technologist, Idyll Mountain http://idyllmtn.com
Web Accessibility Expert-for-hire http://kynn.com/resume
Next Book: Teach Yourself CSS in 24 http://cssin24hours.com
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
- Next message: Nick Wilson: "Re: strong vs. bold questions"
- Previous message: Shirley Kaiser, SKDesigns: "strong vs. bold questions"
- Next message in Thread: Nick Wilson: "Re: strong vs. bold questions"
- Previous message in Thread: Shirley Kaiser, SKDesigns: "strong vs. bold questions"
- View all messages in this Thread