In HTML 4.0, the <APPLET> tag has been deprecated in favor of the more general <OBJECT> tag : <OBJECT CLASSID="HelloWorld.class" CODETYPE="application/java" WIDTH=150 HEIGHT=50> </OBJECT> |
The above <OBJECT> tag is equivalent to the <APPLET> tag on the previous foil |