Table of Contents | Previous
| Next
| Index
The string literals in this appendix can be used to specify colors in the JavaScript alinkColor, bgColor, fgColor, linkColor, and vLinkColor properties and the fontcolor method.
You can also use these string literals to set the colors in HTML tags, for example
<BODY BGCOLOR="bisque">
or
<FONT COLOR="blue">color me blue</FONT>
Instead of using the string to specify a color, you can use the red, green, and blue hexadecimal values shown in the following table.
Table of Contents | Previous
| Next
| Index
Last Updated: 05/28/99 12:01:22
Copyright (c) 1999
Netscape Communications Corporation