help with basic HTML?
what id the difference between the EM tag and the I tag
Public Comments
- EM tag Renders as emphasized text, I for Italics...as far as I know.
- <EM> tag leaves it up to the browser how to emphasize the text. It's usually italics, but not guaranteed. <I> tag is always for italics.
- The i tag is just italics, the em tag is emphasis, to make audio page readers for sight impaired clients actually emphasize the word. There are many other tags used for the same purpose (the alt tag for an image should be descriptive enough to let the audio reader describe the picture's purpose) To build compliant web pages now, this should always be considered. Disabled users need to use the internet too.
- <B> BOLD </B> <i> italic </i> <s> strikethrough </s> they have this on hot-lyts.com
- <em></em> is for bold text <i></i> is for italic text
Powered by Yahoo! Answers