Tetris takes no parameters so the applet code would be :

<OBJECT code="tetris.class"
        width="288" height="352">
</OBJECT>
  
or

<APPLET code="tetris.class"
        width="288" height="352">

</APPLET>


Instructions are in the html page.