There is very little point to using the <b> tag. Where you might want bold, in a heading, you can specify it in the CSS for h1, h2 etc. In text one hardly ever needs to emphasise anything more than <em>, and if you do there's <strong>. So <b> is dead. And the <i> tag is only remaining because of indecision.
|