What HTML tag is different?

Chris G

New member
EM:
Indicates emphasis.
TT:
Renders as teletype or monospaced text.
STRONG:
Indicates stronger emphasis.
KBD:
Indicates text to be entered by the user.

This is a tough one to distinguish which doesn't fit...but if I had to guess - it would be KBD because the other three are presentation elements moreso than KBD.
 
Here's a question-
Between these four html tags, which one doesn't fit along with others
<em>
<tt>
<kbd>
<strong>
I am confused because em and strong will 'bold' things, and tt and kbd make it teletype or like typewriter, but neither bold, and neither of the other two tags will make typewriter font

are some content based tags and the other falls in another category?
Thanks for your help
 
One italicizes,
One changes it to fixed-width text
One changes it to fixed-width text
One bolds.

I have to say, I can't tell which one doesn't belong. I looked for deprecation, but none of them seem to be deprecated either.
 
Back
Top