<APPLET ...>
WIDTH ="width expression"
WIDTH tells how wide the applet should be. WIDTH is required.
WIDTH
<APPLET CODE="MyApplet.class" WIDTH=150 HEIGHT=50> <PARAM NAME=TEXT VALUE="Yes!"> </APPLET>
<APPLET HEIGHT="..."> >>>
<APPLET HEIGHT="...">