|
HTML.
10. Colors
10.1 Text Colors
Font colors may be specified as follows:
<FONT COLOR="#rrggbb">...</FONT>
In theory, there are 256 3 or 16,777,216 possible colors.
But remember that a typical PC uses 256-color mode, so don't go too crazy.
Here are 27 samples of <FONT COLOR="#rrggbb"> :
10.2 Background Colors
Background color may be specified as an option in the <BODY> tag,
as follows:
<BODY BGCOLOR="#rrggbb">
In theory, there are 256 3 or 16,777,216 possible colors.
10.3 Text, Background & Link Colors
Various custom colors may be specified as options in the <BODY> tag,
as follows:
<BODY BGCOLOR="#rrggbb" TEXT="#rrggbb"
LINK="#rrggbb" VLINK="#rrggbb" ALINK="#rrggbb">
Option | Sets color of...
| BGCOLOR | Background
| TEXT | Normal text
| LINK | Link text (unvisited)
| VLINK | Visited Link text
| ALINK | Activated Link text (as link is clicked)
|
|
|