Html Applet Example

back to fourthcup

<HTML>

<HEAD>

<TITLE>tutor example</TITLE>

</HEAD>

<BODY>

<H1>Tutor example</H1>

<HR>

<P>

<APPLET CODE="tutor.class" WIDTH="300" HEIGHT="300">

</APPLET>

</P>

<HR>

</BODY>

</HTML>

back to fourthcup
>