+ 1
What is the different between <b> and <strong>
5 Respostas
+ 4
both are same
both do bold effect on text
+ 4
like what?
<b> is a style - we know what "bold" is supposed to look like.
<strong> however is an indication of how something should be understood. "Strong" could (and often does) mean "bold" in a browser, but it could also mean a lower tone for a speaking program like Jaws (for blind people) or be represented by an underline (since you can't bold a bold) on a Palm Pilot.
+ 2
but there will be some difference.
+ 2
You can use <strong> as <b>.
However, the meanings of these tags differ: <b> define bold text while <strong> indicate that the text is "important".
+ 2
Probably the search engines render them differently, but for users they give the same results.