
Information
The Basics
Text
Pictures
Spacing
Colors
Links
Alignment
Lists/Bullets
Tables
Frames
Multimedia
Forms
ISO Characters
Meta Tags
Contact Us

Email Support
Email Contact
|
 |
 |
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 |
|
|
Test Your HTML
|
|