HTML Tags
Applet. <applet> </applet>
Applet file name. <applet code=***>
Parameters for the applet. <applet param name=***>
Applet codebase. <applet codebase=URL>
Applet identifier. <applet name=***> For references elsewere in the page.
Alternative text. <applet alt=***> For non-java browsers.
Applet alignment. <applet align= left | right | center>
Applet size. <applet width=? height=?> In pixels.
Spacing around the applet. <applet hspace=? vspace=?> In pixels.
