Background with CSS #1

<STYLE TYPE="text/css">
BODY {background-color: #7FFFD4;}
</STYLE>

<STYLE TYPE="text/css">
I {background-color: #FFFF00;}
</STYLE>
Le fond d'écran est changé lorsque le texte est en italique

<STYLE TYPE="text/css">
B {background-color: #FF00FF;}
</STYLE>
Le fond d'écran est changé lorsque le texte est en gras

<SPAN STYLE="background-color: #FFFFCC">Here's What You Get</SPAN>
Here's What You Get

<SPAN STYLE="color: red; font-size: 10pt">Here's What You Get</SPAN>
Here's What You Get

<SPAN STYLE="background-image: url(images/Back100.gif)">Here's What You Get</SPAN>
Here's What You Get
<P STYLE="background-image: url(images/Back100.gif)">Here's What You Get</P>

Here's What You Get


<STYLE TYPE="text/css">
.gris {background-color: #CCCCCC;}
</STYLE>
<span CLASS="gris">Here's What You Get</SPAN>
Here's What You Get
<P CLASS="gris">Here's What You Get</P>

Here's What You Get



HTML Goodies