<HTML>
<HEAD>
<TITLE>First Applet</TITLE>
</HEAD>
<BODY>
<APPLET code="MyApplet.class" width=400 height=30></APPLET>
</BODY>
</HTML>