Re: CSS Help

Hello,

You can, for example, use <span> around the words
within a paragraph:

 <p>This is <span class="h">highlighted</span></p>

 _ Ian

On Mon, 2004-01-19 at 10:17, Lil46john@aol.com wrote:
> <p style="font-family: courier">
> This is a paragraph
> </p>
> 
> Since I'm not supposed to use font anymore, how am I supposed to make
> some words, not the paragraph, a certain way?
> 
> With <font> I can do
> 
> <p>
> This is a<font face="courier">paragraph</font></p>
> but I don't know how with css
> or are i not allowed?
-- 
Ian Jacobs (ij@w3.org)   http://www.w3.org/People/Jacobs
Tel:                     +1 718 260-9447

Received on Monday, 19 January 2004 10:30:23 UTC