<html> <head> <title> A Simple Applet </title> </head> <body> <H2>My Second Applet</H2> <hr/> <applet code="HelloApplet2.class" height=200 width=300> </applet> <hr/> </body> </html>