E-mail List Archives
Re: <strong> vs <em>
From: Paul R. Bohman
Date: Feb 13, 2007 7:20AM
- Next message: Tim Beadle: "Re: vs "
- Previous message: Joshue O Connor: "Re: Is Webaim site down?"
- Next message in Thread: Tim Beadle: "Re: vs "
- Previous message in Thread: Penny Roberts: "Re: vs "
- View all messages in this Thread
On 2/13/07, Tim Beadle < <EMAIL REMOVED> > wrote:
>
> I don't just bluntly replace all instances of <i> with <em>, as
> emphasis isn't always what italicisation is trying to achieve.
I may be stating the obvious, but in the cases where you need italics but
not emphasis, that would be an appropriate instance to use styles instead of
<em>, something like this:
<span class="italic">This is italicized</span>
With the style being something like this:
.italic {
font-style:italic;
}
--
Paul R. Bohman
Faculty, College of Education & Human Development
Lead Architect of Web Services, Office of Technology Support
Technology Coordinator, Kellar Institute for Human disAbilities
George Mason University
- Next message: Tim Beadle: "Re: vs "
- Previous message: Joshue O Connor: "Re: Is Webaim site down?"
- Next message in Thread: Tim Beadle: "Re: vs "
- Previous message in Thread: Penny Roberts: "Re: vs "
- View all messages in this Thread