Tuesday, October 12, 2010

TEXT Color

The TEXT attribute is used to control the color of all the normal text in the
document. This will affect all of the text within the document that is not
being colored by some other element, such as a link. The default color for
text is black. The TEXT attribute would be added as follows:

<BODY BGCOLOR=”#FFFFFF” TEXT=”#FF0000”></BODY>

In this example, the document’s page color is white and the text would be
red. As suggested earlier, it is important to ensure that your document’s
text is a color that will stand out from your background color.

No comments:

Post a Comment