HTML Example of Setting the Background and Font Colors of the Page

< back to Setting the Font of the Whole Page


<STYLE TYPE="text/css">
<!--
BODY
 {
 color:white;
 background-color:black;
 font-family:verdana,sans-serif;
 }
A:link{color:white}
A:visited{color:yellow}
-->
</STYLE>