What is the correct way to make text italic? I have seen the following four approaches:
Italic Text
I
I'd say use to emphasize inline elements. Use a class for block elements like blocks of text. CSS or not, the text still has to be tagged. Whether its for semantics or for visual aid, I'm assuming you'd be using it for something meaningful...
If you're emphasizing text for ANY reason, you could use , or a class that italicizes your text.
It's OK to break the rules sometimes!