View Single Post
Old 08-30-2010, 02:13 PM   #5
charleski
Wizard
charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1281258
Join Date: Sep 2009
Device: PRS-505
Quote:
Originally Posted by JayCeeEll View Post
I don't think it is - is one of the few times the <em> tag is correctly used. The majority of times you actually want <i>, e.g. titles of works, names of ships, foreign words, character thoughts and many others.
No, The whole point of html/css is that the presentational aspects are separated from the semantic. <em> indicates empahsis, which may be conveyed in different ways in different situations, eg if someone with impaired vision uses a text-to-speech system to read your book. If you want to italicise text for purely visual reasons you should be using css to do it, the <i> tag is retained purely because it's still so commonly used.
charleski is offline   Reply With Quote