Let's talk html. Why am I told to use the <strong> tag instead of <b>? Was <b> too confusing?
|
|
|
||
|
|
|
|
Screen readers ignore Many people who need assistance with reading due to various problems use screen readers to "see" a website, so it's a good idea to use I'm not sure if there are any SEO advantages to either. I'm also not sure that W3C tags: http://www.w3schools.com/tags/default.asp |
||
|
|
|
|
if you simply want to display something in "bold" you can use beyond that, it is better practice to use style sheets where possible .bold{font-weight:bold;}
|
||
|
|
|
|
The difference is <strong> and <em> convey meaning, whereas <b> and <i> describe how to render text. Although they look the same, they are semantically different. |
||
|
|

