<P STYLE="color: gray;">This paragraph has a gray foreground.</P> <P>This paragraph has the default foreground.</P>
TIP
In Figure 6-1, the default foreground color is black. That doesn't have to be the case, since users might havedifferent sizes. Thus you might see something like the following,shown in Figure 5-29:
H1 {font-variant: small-caps;}P {font-variant: normal;}<H1>The Uses of font-variant</H1><P>The property <CODE>font-variant</CODE> is very interesting...</P>Figure 5-29. Small caps in use