HTML CSS Reference/HTML Attributes Reference/text
"text" Example
<HTML>
<head><Title>Example For Text</Title></head>
<BODY>
<body id="myBody" bgcolor="#EEEEEE" text="#bbbbbb">
</BODY>
</HTML>
text is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<body> |
+----------------+--------------------------------------------------------------+
"text" Syntax and Note
Note:
This attribute sets the text color in the <body> section.
Its value is either a color name or a hexadecimal color value using the
"#RRGGBB" method.
Syntax:
<body text="value"> . . . </body>