'applet' Example
<html> <head> <title>applet element example</title> </head> <body> <applet code="YourClass.class" width="350" height="260"> <param name="image" value="yourImage.jpg"> <param name="border" value="0"> </applet> </body> </html>