VersionW3C//DTD HTML 3.2 Final//EN
ElementAPPLET
Purposeembed small java program (applet) in document
DescriptionThe APPLET element embeds a small Java program (an applet) into the document.

Java is a programming language that requires skill in software engineering as well as knowledge of object-oriented concepts and development to use effectively. You can use these sources to learn Java.

Start tagRequired <APPLET>
Attributes
NameTypeDefaultComment
align( top | middle | bottom | left | right )#IMPLIEDvertical or horizontal alignment
alt CDATA #IMPLIEDfor display in place of applet
code CDATA #REQUIREDclass file
codebase CDATA #IMPLIEDUniform Resource Locator; see RFC1808 and RFC1738; code base
height NUMBER #REQUIREDinteger representing length in pixels; suggested height in pixels
hspace NUMBER #IMPLIEDinteger representing length in pixels; suggested horizontal gutter in pixels
name CDATA #IMPLIEDapplet name
vspace NUMBER #IMPLIEDinteger representing length in pixels; suggested vertical gutter in pixels
width NUMBER #REQUIREDinteger representing length in pixels; suggested width in pixels
Content( PARAM | #PCDATA | TT | I | B | U | STRIKE | BIG | SMALL | SUB | SUP | EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE | A | IMG | APPLET | FONT | BASEFONT | BR | SCRIPT | MAP | INPUT | SELECT | TEXTAREA )*
End tagRequired </APPLET>
Referenced in A ADDRESS APPLET B BIG BLOCKQUOTE BODY CAPTION CENTER CITE CODE DD DFN DIV DT EM FONT FORM H1 H2 H3 H4 H5 H6 I KBD LI P PRE SAMP SMALL STRIKE STRONG SUB SUP TD TH TT U VAR
Example
SourceAppearance
<APPLET
Codebase="http://www.december.com/present/"
Code="NervousText.class" Width="100" Height="60" Align="left">
<PARAM Name="text" Value="Java">
</APPLET>
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com