in this tutorial we will see the use of applet tag.
in this tutorial we will see the use of applet tag.In this section, we will define applet tag. HTML5 does not support applet
tag.
Applet tag is supported by HTML4.01. It is used for including java applet. Applet
is java program that can be embedded into HTML pages. Java applets runs on the
java enabled web browsers.
HTML5 supports object <object> tag instead of
applet tag
<applet>.