HTML comment

January 30, 2006 – 12:24 pm

the tag “em” is supposed to be replacing “i” for reasons I don’t quite understand. When I cite a book, I will want it to always appear as “I”tallics not as “EM”phasis.
I know that people can make a style sheet with something else for “i” just as easy as “em” but I would rather they be different tags with “i” always being italics…

Possibly Related posts:

  1. Cost of Discipleship I just finished Cost of Discipleship by Dietrich Bonhoeffer. I...
  2. Flock Flock is both a web browser based on Mozilla technologies...
  3. Psalms I just finished The Message’s translation of Psalms. I think...
  4. I got PithHelmet back up… by using the steps below… But I also have a...
  5. Oedipus at Colonus by Sophocles trans. David Greene This is the second play...

  1. 3 Responses to “HTML comment”

  2. is this just because people don’t know what “italics” are?

    By David on Jan 30, 2006

  3. “em” is replacing “i” because you’re not supposed to be dictating layout in html, you’re just marking up content. If you want to emphasise something, use “em”. If you want to cite something, use “cite”. If you want to ensure that “cite” is always italics, put that in your css definitions. If your css definitions get overwritten by (for example) a user who has no italic fonts, or who has poor eyesight, then don’t worry about it, because, really, who cares what a cite looks like?

    By Kurin on Feb 17, 2006

  4. huh… never heard of the “cite” tag

    By dwight on Feb 17, 2006

Post a Comment