To load an applet in HTML we just :
Load applet code up to web server (freewebs, tripod etc)- It will be our class name followed by .class (For example test.class)
Write the following code somewher in your web page
<applet width = 400 height = 300 code = "test.class"> </applet>
You can width and height to what you want to