HTML APPLET <applet></applet> Tag
0 2355
The <applet> element was used to add Java applets to an HTML document. This element was used in HTML 4.01 and is removed from the HTML5.
Note:
Not supported in HTML5.
Example:
<pre> <applet code="wooferDog.class" width="500" height="650"> Java applet of a woofer dog. </applet> </pre>
Share:
Comments
Waiting for your comments