<APPLET> Java Applets

Description
Displays a Java applet in your web page.
Syntax
<APPLET [ALIGN=left|center|right|top|middle|bottom] [ALT=alternative text] CODE=java class file [CODEBASE=URL of class file] HEIGHT=height in pixels [HSPACE=horizontal spacing from surrounding text, in pixels] [NAME=name of the applet, for communication between applets] [VSPACE=vertical spacing from surrounding text] WIDTH=width in pixels>

List of parameters, using <PARAM> tags

</APPLET>