HTML Attribute for <PARAM ...>
NAME ="text string"

Gives the name of the parameter.

This Code Makes This
<APPLET CODE="MyApplet.class" HEIGHT=50 WIDTH=100>
<PARAM NAME=TEXT VALUE="Hey Dude">
</APPLET>

<PARAM VALUE="..."> >