<PARAM ...>
VALUE ="text string"
Gives the value of the parameter.
<APPLET CODE="MyApplet.class" HEIGHT=50 WIDTH=100> <PARAM NAME=TEXT VALUE="Hey Dude"> </APPLET>
Applets >>>