|
<style type="text/css">
.monkey {
background-color: black;
color: yellow;
font-family: Helvitica, sans-serif;
}
.moose {
background-color: green;
color: white;
font-family: Courier, sans-serif;
}
</style>
<TABLE BORDER=1 CELLPADDING=10>
<TR>
<TD CLASS="monkey">I like Monki</TD>
<TD CLASS="moose">I like Meese</TD>
</TR>
</TABLE>
|
|