show-notice
hide-notice

Thursday 8 August 2013

HTML applet Tag


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>


SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com