Tag | Description |
Code | This field points to the main class file that will be load first. |
Archive | Most new java applets will be contain in a single compressed file with the .jar extension. The .jar file is basically a .zip with a different name. This field is require if the applet is a .jar file. If there is no .jar file, this field is not required. |
Codebase | If your java class or jar file is in a different directory as your html file, this field is required to located where the class or .jar file is in. If your class files are in the same directory as your html file, this this field is not required. |
Width | The width of the applet to be displayed |
Height | The height of the applet to be displayed |
|
<Param> |
name | The assigned name for the parameter so the applet can read the value properly. |
value | The value for the parameter. |