There are 16 color names that are recognized by most browsers.
These color names can be used with many different tags.
You can use any one of these colors as values for the BODY BGCOLOR
attribute, e.g.,
<BODY BGCOLOR=AQUA>
You can also specify a color using a 6-digit number/letter combination, which represents the RGB (red, green blue) value, 2 digits for each color preceded by a "#". For example, #000000 is black, #FF00000 is bright red, #0000FF is bright blue.
<BODY BGCOLOR="#0000FF">
There is a nice table of the standard 216 Netscape colors on IconBazaar at
www.iconbazaar.com/color_tables
|
If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.