I'm trying to get my head around CSS at the moment, but desipe much effort I can't seem to find a method of rendering individual words in a paragraph bold or italic.
To illustrate, using plain HTML you could do the following:
<P>bla <b>bla</b> bla bla <i>bla</i> bla</p>
But is there a way to do this using just CSS?
Thanks for any help.
Regards, Andy.
**************************************
My primitive attempts at designing a private web site can be laughed at here:
To illustrate, using plain HTML you could do the following:
<P>bla <b>bla</b> bla bla <i>bla</i> bla</p>
But is there a way to do this using just CSS?
Thanks for any help.
Regards, Andy.
**************************************
My primitive attempts at designing a private web site can be laughed at here: