1  <!-- File:  AppletDemo.html -->
  2  
  3  <html>
  4  <head>
  5  <title>Applet demonstration</title>
  6  </head>
  7  <body>
  8  
  9  <hr>
 10  <applet code="AppletDemo.class" width=400 height=100>
 11  </applet>
 12  <hr>
 13  
 14  </body>
 15  </html>