Font tags will override any colors designated 
in the body tag 
<body background="url" text="white" 
link="yellow" vlink="goldenrod">
For DIFFERENT COLORED
TEXT, 
type
<font color="orangered">Any text 
here</font>
Different colored text here, using <font color="orangered"> before the first word of this line and </font> after the last word of this line.
For DIFFERENT SIZED
TEXT, 
type
<font size="5">Any text 
here</font>
Different sized text here, 
using <font size="5"> before the first 
word of 
this line and </font> after the last 
word 
of this line.
Sizes that can be 
used go from "1" to "7".
And they can be used together, for 
DIFFERENT SIZED and 
COLORED
TEXT,
 
type
<font color="orangered" size="5">Any 
text 
here</font>
Different sized and colored text here, using <font color="orangered" size="5"> before the first word of this line and </font> after the last word of this line.
To override the <body> tag designated colors for link and vlink, use:
<a href="url"><font color="orange">link text here</font></a>
Such as:
and
For ITALICIZED 
TEXT, 
type
<i>Any text here</i>
Italicized text here, using <i> before the first word of this line and </i> after the last word of this line.
For BOLD 
TEXT, 
type
<b>Any text here</b>
Bold text here, using <b> before the first word of this line and </b> after the last word of this line.
Using opening and closing <strong> tags will produce a similar result as the <b> tags.
For 
<blackface>Any text 
here</blackface>
(Note: Blackface is a webtv-only 
tag----computer users will not see it as 
double bold)
For UNDERLINED 
TEXT, 
type
<u>Any text here</u>
Underlined text here, using <u> before the first word of this line and </u> after the last word of this line.
For STRIKE-THROUGH 
TEXT, 
type
<s>Any text here</s>
Strike-through text here, 
using <s> before the first word 
of this line and </s> after the 
last word of this line.
For TYPWRITER STYLE 
TEXT, 
type
<tt>Any text here</tt>
Typewriter style text here, using <tt> before the first word of this line and </tt> after the last word of this line.
And they can be used in COMBINATIONS, such 
as, typing
<b><u>Any text 
here</b></u>
will produce underlined and bold text, such 
as:
Bold and underlined text here, 
using <b><u> before the first 
word of this line and </b></u> 
after the last word of this line.
OR
typing
<b><u><font color="orangered" 
size="5">Any text 
here<</font></b></u>
will produce bold, underlined, different 
color 
and size text, such 
as:
Bold, 
underlined, different color and size text 
here, 
using <b><u><font 
color="orangered" 
size="5"> before the first 
word of this line and </font> 
</b></u> 
after the last word of this 
line.
The 2.6 Webtv upgrade has "disabled" the use of nesting tags as shown above----2.5.5 versions and lower will still see the combinations as intended, as will some 'puter viewers.
Demo page and some CSS solutions for the 2.6 upgrade.
For TRANSPARENT  
TEXT, 
type
<font transparency="70">Any 
text 
here</font>
Transparent text 
here, 
using <font 
transparency="70"> before 
the first word 
of this line and </font> after the 
last word of this 
line.
Transparency can be set from 
"1" to "100" and it is a webtv-only 
attribute.
  
For SUB-SCRIPT 
TEXT, 
type
 
<sub>Any text here</sub>
Type:
Ten<sub>10</sub> to 
produce:
Ten10
Type:
10<sub>10</sub> to 
produce:
1010
  
For SUPER-SCRIPT 
TEXT, 
type
<sup>Any text here</sup>
Type:
Ten<sup>10</sup> to 
produce:
Ten10
Type:
10<sup>10</sup> to 
produce:
1010
This does not work for webtv: <font face="_____">
Such as <font face="arial"> or
<font face="Arial,Helvetica,Geneva,Swiss, SunSans-Regular">
The only effects available for webtv are SHADOW, RELIEF, AND EMBOSS.
| Table 
bgcolor=darkslateblue Using  | 
| Using <font size=7 color=darkslateblue effect=shadow>SHADOW TEXT HERE</font> produces: SHADOW TEXT HERE  | 
| Using <font size=7 color=darkslateblue effect=relief>RELIEF TEXT HERE</font> produces: RELIEF TEXT HERE  | 
| Using <font size=7 color=darkslateblue effect=emboss>EMBOSS TEXT HERE</font> produces: EMBOSS TEXT HERE  |