Back to Applets page
Click in the boxes below, select all and copy to grab the applet
HTML listing:
<HTML> <HEAD> <TITLE>Hey, it's Java</TITLE> </HEAD> <BODY BGCOLOR=WHITE> <APPLET CODEBASE="classes" CODE="HelloWorld.class" WIDTH=200 HEIGHT=50> <H1>If you had Java, you'd be seeing a cool applet now</H1> </APPLET> </BODY> </HTML>