Inserting an Applet in Your Web Page 

1. Your applet's .java and .class files should be in your web page directory. For example, FirstApplet.java and FirstApplet.class.

2. Insert the following statements in your HTML file where you want the applet to be located.

The first statement, positions, sizes and runs your java program (NOTE the align tag can be set equal to center or left).

The second statement, references your java source code so it can be viewed or downloaded. 


Modified 10-18-00. KT