When to use <strong> and when to use <b>?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-06-17T05:40:30Z
Indexed on
2010/06/17
5:53 UTC
Read the original article
Hit count: 219
When to use <strong>
and when to use <b>
or other ways to give look of bold? strong
has semantic value ( and useful for screen reader while b
is presentation (and even valid in HTML 5).
my question is not what is the difference between strong
and b
.
The question is when to use semantic tag and when to use just to make text bold
Should I always use <strong>
if client's content files (MS word files) has some words bold in content paragraphs?
How can we know when client want to give emphasis to text and when he just want to make text bold for presentation/aesthetic purpose?
If it's client job to tell us, then how to explain this scenario to client to give us clear info on "when he just want to make text bold for presentation/aesthetic purpose" ?
© Stack Overflow or respective owner