vote up 13 vote down star

Possible Duplicate:
What’s the difference between <b> and <strong>, <i> and <em>?

Seems both of them can achieve the same effect for me.

flag

40% accept rate
2  
Visually, they can, in most (if not nearly all) browsers with their default CSS. – alex Aug 25 at 4:58
1  
Duplicate of stackoverflow.com/questions/271743/… – therefromhere Sep 22 at 12:09

closed as exact duplicate by therefromhere, Chuck, erikkallen, Dominic Rodger, voyager Sep 25 at 13:16

9 Answers

vote up 53 vote down check

<b> is presentational:

Rendering of font style elements depends on the user agent.

<strong> is semantic:

Phrase elements add structural information to text fragments.

link|flag
Don't know why this was voted down - it's brief but I don't think it's incorrect. Have +1 to balance! – alex Aug 25 at 4:38
@alex Thank you. – Sinan Ünür Aug 25 at 4:47
3  
I like this answer best. Clear, to the point, provides enough information but doesn't get into the deprecation/HTML/CSS debate. – John Y Aug 25 at 4:56
Seems all are right,since you have got most votes,so.. – Shore Aug 25 at 17:20
vote up 18 vote down

<strong> is semantic. That affects speech readers and the like. The <b> is not deprecated. It just changes the appearance. Use the former for emphasis in a semantic sense. Use the latter just for styling that isn't semantic (eg the first letter in a logo).

To clarify, from the HTML 4.01 Specification in 9 Text:

    EM:
          Indicates emphasis.
    STRONG:
          Indicates stronger emphasis.

and 15 Alignment, font styles, and horizontal rules:

TT: Renders as teletype or monospaced text.
I: Renders as italic text style.
B: Renders as bold text style.
BIG: Renders text in a "large" font.
SMALL: Renders text in a "small" font.
STRIKE and S: Deprecated. Render strike-through style text.
U: Deprecated. Renders underlined text.

You'll also note that <b> is not deprecated.

link|flag
2  
how is 'b' not semantic? – silky Aug 25 at 4:23
I think Eric J's comment sums it up. Different kinds of browsers might implement 'strong' in different ways. We shouldn't assume bold is the only way. – pavium Aug 25 at 4:28
5  
That is however not the "bold" that the B tag indicates, because it's clearly defined as a "font style element". – hobbs Aug 25 at 4:35
3  
I am pretty certain that the 'b' tag, as designed, has to do with typography, not meaning. When you bold type, you give it additional visual weight. It has a much stricter inherent intent, despite the fact that you can change it with CSS to mean/do/render in any way you want. If you work with HTML and CSS every day for years, you begin to appreciate semantic tags like strong, em, abbr, code, etc. – jrista Aug 25 at 4:36
6  
@silky: of course you can say something "boldly", but can you say something "italicly" or "sublinedly"? For that reason, <b>, <i> and <s> aren't semantic, <strong>, <quote>, <abbr> and others are. – Spidey Aug 25 at 4:37
show 4 more comments
vote up 15 vote down

They can. <strong> is the preferred choice, as HTML is supposed to describe what things ARE, not what they should look like. <strong> can mean different things. <b> just means bold.

link|flag
12  
For example... a voice browser could interpret <strong> to mean loud or with other vocal emphasis. – Eric J. Aug 25 at 4:25
3  
They could do exactly the same with 'b'. – silky Aug 25 at 4:26
2  
@silky They could - but b isn't a semantic name, and I'm not sure if they do. – alex Aug 25 at 4:35
They could. They do. But they shouldn't. The element describes visual presentation. – David Dorward Aug 25 at 6:45
vote up 3 vote down

<b> saves you 5 bytes of bandwidth, and another 5 more for </b>, assuming you're not compressing your HTTP traffic in some manner. If you are compressing, the savings will be negligible.

link|flag
2  
And you should always compress, so... :) – Warren Young Aug 25 at 4:31
1  
Remember Google omits closing </html> and </body> tags on its search page to hyper optimize its load times. – jfar Aug 25 at 16:26
vote up 2 vote down

So essentially, the <strong> tag has been chosen over the <b> tag (while still a valid element) by standardists because html should only represent the structure of the data and not the presentation, "bold" was determined to be a presentational description of bold text (remember presentation belongs in your CSS) so the name strong was chosen as a structural way to expain how bold text functions, a screen reader might read it "strongly".

The same is true for italics, they are read with "emphasis" and there for <em> was chosen.

link|flag
If you mentioned that the b tag actually hasn't been deprecated (as an element) I'll vote you up :) – alex Aug 25 at 5:01
fine... fixed, and you are correct, it is still a valid element, just not the nerd standardista accepted one. hehe :) – jpsilvashy Aug 25 at 6:28
vote up 1 vote down

Some day, when we can count on more than just the 10 "core" font families on the web, we'll be able to use font families with more than just the four standard styles. (Normal, bold, italic, and bold-italic.)

We don't have this double paucity in other parts of the design world. I'd like to be able to call up, say, Myriad Semibold, or Futura Extra Black, wherever I have a <strong> tag. These are not "bold". They are distinct weights in very diverse font families that also have proper bolds.

link|flag
Actually the weights are separate from the styles and denoted by a value from 100-700, ex. font-weight:500 is normal. – jpsilvashy Aug 25 at 7:29
vote up 1 vote down

As others have said, <strong> is semantic, while <b> is not.

It should also be noted that the <b> and <i> tags are not deprecated. I think the HTML5 spec (note: very long page!) is very interesting on this matter:

The b element represents a span of text to be stylistically offset from the normal prose without conveying any extra importance, such as key words in a document abstract, product names in a review, or other spans of text whose typical typographic presentation is boldened.

and

The i element represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, a thought, a ship name, or some other prose whose typical typographic presentation is italicized.

link|flag
Yes. That bit of HTML 5 is interesting. Redefining the meaning of the elements so it isn't entirely backwards compatible. – David Dorward Aug 25 at 16:09
I don't see why it isn't backwards compatible. <b> and <i> were never meant for emphasis, only presentation. So all usage in HTML4 should fit the new description in HTML5. – DisgruntledGoat Aug 26 at 11:20
vote up 1 vote down

The difference is one makes CSS "gurus" angry when you use it.

For all practical purposes it doesn't matter.

link|flag
vote up 0 vote down

Thought you might like to know the updates on the above tags. Not much, other than a clearer definition of what they are and how best to use them. Like I have said in the past concerning screen readers, both <i></i> and <b></b> will have no emphasis when a screen reader sees them, however with both <em></em> and <strong></strong> tags the emphasis is pronounced either a little or a lot (strongly).

When we build our pages, we should check with the copy writer and use <strong></strong> only when the words or phrases need the emphasis, otherwise if it is strictly for visual appeal and effect, then we should stick to <b></b>.

The same applies to <i></i> and <em></em>. When a minor emphasis is needed, then we should use <em>, otherwise it’s <i></i> and again only for the visual effect presented on screen.

And now that screen readers better interpret the tags AND can properly identify and place the correct emphasis, we are seeing what was once old and on it’s way to deprecation, being used more correctly AND will be around for a long time.

And yes, neither has any effect (positive or negative) on SEO.

There is much confusion in the postings above, and honestly not sure where some of the information came from.

One last note. If you are looking to emphasize your content for the screen readers, but do not want the visual change on screen, use your css to correct and adjust the tag(s) in question. Happy coding folks!

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.