Tell a Friend About Our Cool Software

The default text color is black. To specify a different text color, use the text attribute in the <body> tag and set it to a different color (color name, RGB value, or hex color value). This <body> tag, for example, sets the default text color to blue.
<body text="#0000FF">
You can still set selected portions of text to different colors using the <font> tag that is covered later in this chapter.