So, you want a different
Background Color?
By Kushinator
The <BODY> Statement:
First find the <BODY> statement in your HTML code.
Every HTML page has to have a <BODY> statement. Then we are going to add the
BGCOLOR attribute or option to your <BODY> statement. The complete
<BODY> statement for this page is shown below.
<BODY BGCOLOR="#DDDDFF">
Don't worry if your <BODY> statement has more than what is shown above. If it already has
a BGCOLOR attribute then just change the color. If it doesn't then add it.
The color is represented by the six digit code in quotes, "#______". Take notice of the # sign.
For more on color codes, visit my tutorial page on six digit color codes.