Background Color

An easy, fast-loading way to customize your page without using graphics is to define a background color in your HTML code.

Some guidelines for choosing colors:

Colors are represented by a series of 6 letters and digits enclosed in quotes. To define a background color, use the "BGCOLOR" attribute with the "BODY" tag. In the example below, "FFFFFF" is the hexadecimal code for a white background.

<BODY BGCOLOR="FFFFFF">

Examples:


Do-It-Yourself Guide

Graphics