applet

Support

Allows embedding a Java applet.

The applet element is deprecated. Use the object element instead.

Example

<applet code="HelloWorld.class" codebase="java/" style="width:200px; height:50px;">
</applet>