Java
View all facts
Glossary
Help
HTML tag
> applet tag
Next HTML tag
:
object tag
Up
:
HTML tag
applet tag
subject
fact
applet tag
contains
configuration information for an
applet
has attributes
CODE
- the
name
of the
applet
's main
class file
CODEBASE - the directory where the
applet
's files are contained
WIDTH - the width of the
applet
window
on the Web page
HEIGHT - the height of the
applet
window
on the Web page
ALIGN - how the
applet
is aligned on the Web page in
relation
to the other parts of the page
HSPACE - the amount of horizontal space in pixels between the
applet
and the surrounding text
VSPACE - the amount of vertical space in pixels between the
applet
and the surrounding text
ARCHIVE - the
file
containing a
Java Archive file
PARAM - a
parameter
of the
applet
has example
<
APPLET
CODE
="MeterApplet.
class
" width="300" height="200"></APPLET>
is a subtopic of
Applets
is a kind of
HTML tag