Introduction:
The HTML applet tag is used for embedding a Java applet within an HTML document.
Example:
<html>
<head>
<title>HTML applet Tag</title>
</head>
<body>
<applet code="wooferDog.class" width="500" height="650">
Java applet of a woofer dog.
</applet>
</body>
</html>
No comments:
Post a Comment