<HTML> <HEAD> <TITLE> A Simple Program </TITLE> </HEAD> <BODY> Here is the output of my program: <APPLET code="HelloWorldApplet.class" height=100 width=300> If you see this text, it means that you are not running a Java-capable browser. </APPLET> </BODY> </HTML>