HTML and CSS Reference
In-Depth Information
Define an executable applet within a text
flow.
<applet> ... </applet>
*
Align the <applet> region to either the top,
middle, bottom (default), left, right,
absmiddle, baseline , or absbottom of the text
in the line.
align= position
Specify alternative text to replace the <ap-
plet> region within browsers that support the
<applet> tag but cannot execute the applica-
tion.
alt= string
Specify a class archive to be downloaded to
the browser and then searched for code
class.
archive= url
Specify a style class controlling the appear-
ance of this tag.
class= name
Specify the class name of the code to be ex-
ecuted (required).
code= class
Specify the URL from which the code is re-
trieved.
codebase= url
Specify the height, in pixels, of the <applet>
region.
height= n
Search WWH ::




Custom Search