The <OBJECT> Tag
Instead of <APPLET CODE="MyApplet.class" WIDTH=200 HEIGHT=300></APPLET>in HTML 4.0 we write <OBJECT CLASSID="MyApplet.class" CODETYPE="application/java" WIDTH=200 HEIGHT=300></OBJECT>
The <PARAM> tag is still supported
Nested objects are allowed