htmlcss

This deprecated element is not recommended. Authors should generally find an alternative way to accomplish the same task while adhering to all best practices, or simply do without it if it is unimportant.


The HTML <applet></applet> element has been deprecated since HTML4 in favor of the <object></object> element. This element identified the inclusion of a Java applet.


Attributes


HTML example:

<applet code="game.class" align="left" archive="game.zip" height="250" width="350">
<param name="difficulty" value="easy">
<b>Sorry, you need Java to play this game.</b>
</applet>