Example
An embedded Java applet:<applet code="Bubbles.class" width="350" height="350">
Java applet that draws animated bubbles.
</applet>
Note: There is still some support for the <applet> tag in some browsers, but it requires additional plug-ins/installations to work.
Definition and Usage
The <applet> tag is not supported in HTML5. Use the <object> tag instead.The <applet> element is deprecated in HTML 4.01.
The <applet> tag defines an embedded applet.