An applet is embedded into an html page using the <applet> tag. Note the use of attributes within <applet> and the parameter tags before the </applet>.
<applet code="animator4.Animator.class" codebase="../classes/" archive="Animator4_.jar,STools4.jar" name="animator" width="250" height="320" > <param name="FPS" value="10"> <param name="ShowControls" value="false"> <param name="dt" value="0.01"> <param name="PixPerUnit" value="10"> <param name="GridUnit" value="1.0"> </applet>