J
JJ
I have a newbie question that I need some help with.
<code> == <samp> == <kbd>
<i> == <em> == <cite> == <var> == <dfn> == <address>
<abbr> == <acronym>
<b> == <strong>
From what I can tell these tags are rendered the same to the end user.
If I used <var> instead of <i>, it would look the same to the end
user. Is the only reason to have both <var> and <i> in HTML to imply
the type of data held within an element to anyone that reads the code?
Is there any differences between these tags in the way they're
rendered? Could you point them out? Thanks.
<code> == <samp> == <kbd>
<i> == <em> == <cite> == <var> == <dfn> == <address>
<abbr> == <acronym>
<b> == <strong>
From what I can tell these tags are rendered the same to the end user.
If I used <var> instead of <i>, it would look the same to the end
user. Is the only reason to have both <var> and <i> in HTML to imply
the type of data held within an element to anyone that reads the code?
Is there any differences between these tags in the way they're
rendered? Could you point them out? Thanks.