<APPLET> </APPLET>
The Applet tag
The Applet tag is used to embed an Java Applet in a
page.
Attributes of the applet
height - specifies the height in pixels
width -specifies the width in pixels
align - specifies the horizontal alignment of the applet
alt - allows you to give an alternate text name to the applet
archive - H as a URL
containing resources to pre-load.
hspace - Defines number of pixels are on left
and right of the applet
name - applets can be named so the program can call upon them
vspace - Defines number of pixels are on top
and bottom of the applet.
Parameters: The Java applet normally comes with
parameters which will be listed under the applet.
Useage:
<Applet height=200 witdth= 400>
<parameter bgcolor=#000000>
</Applet>