Example
An embedded Java applet:
<applet code="Bubbles.class" width="350" height="350">
Java applet that draws animated bubbles.
</applet>
Definition and Usage
The <applet> tag is not supported in HTML5. Use <embed> or <object> instead.
The <applet> tag defines an embedded applet.
Note: There is still some support for the <applet> tag in some browsers, but it requires additional plug-ins/installations to work.
Note: The <applet> tag is supported in Internet Explorer 11 and earlier versions, using a plug-in.
Differences Between HTML 4.01 and HTML5
The <applet> tag is not supported in HTML5.
Post a Comment