Ok, so it isn't the greatest page in the world...it shows how to use the applet. Watch while it scrolls three different messages
Here is the code to invoke it:
| <APPLET CODE="marquee.class" WIDTH=400 HEIGHT=30> |
| <PARAM NAME="lefttext " VALUE="Read Excellent HTML and Learn ! "> |
| <PARAM NAME="upText" VALUE="Excellent HTML"> |
| <PARAM NAME="downText" VALUE="Hail Generalissimo Sands"> |
| <PARAM NAME="font" VALUE="Helvetica"> |
| <PARAM NAME="fontsize" VALUE="24"> |
| <PARAM NAME="FGColor" VALUE="yellow"> |
| <PARAM NAME="BGColor" VALUE="black"> |
| <PARAM NAME="pause" VALUE="25"> |