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