1 <html> 2 <head> 3 <title> Simple Hello Again Page </title> 4 </head> 5 <body bgcolor="#ffffff"> 6 7 My Java applet says: 8 <applet code="HelloAgainApplet.class" codebase="." width=300 height=75> 9 </applet> 10 11 </body> 12 </html>