Including Java in HTML documents

Use these tags to include Java scripts in your web pages.

 

Applet <APPLET></APPLET>

File Name <APPLET CODE="">

Parameters <APPLET PARAM NAME="">

Location <APPLET CODEBASE="URL">

Identifier <APPLET NAME=""> (for references)

Alternative Text <APPLET ALT=""> (for non-Java browsers)

Alignment <APPLET ALIGN="LEFT|RIGHT|CENTER">

Size <APPLET WIDTH=? HEIGHT=?> (in pixels)

Spacing <APPLET HSPACE=? VSPACE=?> (in pixels)

 

Related topics

Using frames in HTML documents

HTML tags

Using miscellaneous HTML tags