The TEXT attribute for the BODY tag lets you specify a default color for all of the text on the page. You can then change the color of individual words or paragraphs with the FONT tag (see page 51).
To choose a default color for text:
1. |
Inside the BODY tag, type TEXT. |
2. |
Type ="#rrggbb", where rrggbb is the hexadecimal representation of the color. Or type ="color", where color is one of the 16 predefined colors. |