Previous slide Next slide Back to the first slide View text version


Notes:

HTML 3.2:

<APPLET CODE=“foo.class” WIDTH=400 HEIGHT=500>

text for browser which does not support applet

</APPLET>

CODEBASE url for code

ALT text to display if applet cannot run

NAME name of applet

ALIGN (same as IMG) LEFT, RIGHT, TOP, TEXTTOP, MIDDLE

ASBMIDDLE, BASELINE, BOTTOM, ABSBOTTOM

vspace, hspace pixels - spacing around applet

<PARAM NAME=name VALUE=value>

executable content. Cannot affect HTML parsing which is unfortunate.