The <APPLET> Tag
The most important part of the HTML file is the <APPLET> tag:<APPLET CODE="HelloWorld.class" WIDTH=150 HEIGHT=50></APPLET>which loads the bytecodes into the browser
Note that the “applet window” is specified to be 150 pixels wide and 50 pixels high