Home

Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS

Forums
Web Site
Software
gbCodeLib

Personal
Webcam
Biography
Contact Me

GBIC >> Source Code >> HTML >> Snippet

Set text color for entire document


<!--
use the text attribute of the <body> tag to set text color for the entire document
does not affect anchor text, which is set by another attribute
-->

< body text = "#FF0000" >

or

< body text = "blue" >