<APPLET CODE="RainbowText" WIDTH="700" HEIGHT="64">
<PARAM NAME="text" VALUE="Rainbow Text">
<PARAM NAME="fontname" VALUE="Courier">
<PARAM NAME="fontsize" VALUE="48">
<PARAM NAME="fontstyle" VALUE="B">
<PARAM NAME="bgcolor" VALUE="000066">
<PARAM NAME="sleeptime" VALUE="160">
Rainbow Text [Java is not supported]
</APPLET>
The fontname parameter defaults to Arial if the font named in the VALUE attribute is not present. The sleeptime value is in milliseconds. Other PARAMs are self-explanatory.