Allows embedding a Java applet.
The applet element is deprecated. Use the object element instead.
<applet code="HelloWorld.class" codebase="java/" style="width:200px; height:50px;"></applet>