To most people, there's no difference. I vote <strong>. <b> is deprecated. Probably because screen readers simply ignore it. For emphasis, you want <em> (which usually renders the same as <i>)
If you were to write the above in HTML, it would be:
HTML Code:
To most people, there's no difference. I vote <strong>. <b> is deprecated. Probably because screen readers simply ignore it. For emphasis, you want <em> (which <em>usually</em> renders the same as <i>)
and NOT
HTML Code:
To most people, there's no difference. I vote <strong>. <b> is deprecated. Probably because screen readers simply ignore it. For emphasis, you want <em> (which <i>usually</i> renders the same as <i>)
Bookmarks