Title: Background Color
URL: http://www.activejump.com/f-3.shtml
Email: webmaster@activejump.com

Introduction

The background color of your web page can be changed to any color you would like, instead of its default color, white. This section will teach you the proper HTML tags to change the background color.
Background Color
The give your background a color, you will need to add the tag BGCOLOR="#xxxxxx". This tag is added into the <BODY> tag, so the final result looks like

<BODY BGCOLOR="#xxxxxx">

The text, xxxxxx, is replaced with the color code of your choice. Here is an example of the background color.

index.html - Notepad
....<BODY BGCOLOR="#C0C0C0">



</BODY>....

My Homepage - Microsoft Internet Explorer