Possible Duplicate:
What’s the difference between <b> and <strong>, <i> and <em>?Duplicate of
What are the differences between <b>text</b>, <strong>Text</strong> and <span class="bold">Text</span> ?
Which is best standard way and why?
What if I use <b>text</b> and CSS b {font-weight: bold}?
What if I use <span class="bold">text</span> and CSS .bold {font-weight: bold}?
