I have heard that using the newer <strong>
tag as opposed to <b>
creates an ability for some devices to make text "strong" that was already bolded-as in the case of a palm pilot, where it would be underlined if you used <strong>
.
I have also heard that older browsers cannot recognize <strong>
and <em>
and just ignore them, but newer browsers recognize both the old and new tags, making it an advantage to use the older tags if your users/viewers might have old browsers-however some newer devices benefit from the newer tag (like the <strong>
vs <b>
).
So I was wondering-how does the <em>
tag show up on, say, a palm pilot, or similar devices?
What is the advantage and disadvantage of using <em>
vs <i>
? Or vice-versa?
~Added after comments and marked as "duplicate"~
Since this seems to some to be a duplicate question, but I can't find my answer, I will rephrase:
- What would happen to text in a browser that did not recognize the < i > tag if you used that instead of the < em > tag? How would it appear?
- Is there any advantage to using the < i > tag that now appears to be less "correct" to use then the < em > tag? For instance-some devices might recognize it but not the other? Or would it be pretty much obsolete and useless?