eharris
Programmer
- Mar 13, 2001
- 15
Is it possible to include more than one CSS call into a single <span> element?
Suppose you wanted to modify a pre-defined class element to include bold and italic. Within your HTML you could include <span class="bold"> (assuming you defined "bold"
, but then how do you also include the "italic" you desired?
Can you do <span class="bold, italic"> or something like that?
Assistance is appreciated.
Ed
Suppose you wanted to modify a pre-defined class element to include bold and italic. Within your HTML you could include <span class="bold"> (assuming you defined "bold"
Can you do <span class="bold, italic"> or something like that?
Assistance is appreciated.
Ed