<:> Hello World applet - HTML code



Make a file using a text editor called `Hello.html' containing

  <html>
  <body>
  <applet code="Hello.class" width=128 height=128> 
  </body>
  </html>
You can do this for any applet. The crucial details is the value of the 'code' parameter. This must be the name of the relevant class file.