Microsoft Corporation
Updated June 10, 1999
<SPAN> tag and the <STYLE> tag attributes you want. For example:
<SPAN STYLE= "{
font-family: times;
font-size: 12pt;
background: yellow;
color: red;
}">
Span this phrase</SPAN>
In this example, the font, and background <STYLE> tag attributes will be applied to the text Span this phrase.![]() |
About using cascading style sheets |