René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Embedding applets in html

An applet is embedded in html with the applet tag.
<applet code="AnApplet.class" width=300 height=100></applet>