Minimal HTML code needed for Applets<HTML> <HEAD> <TITLE> Simple Applet by Wayne Pollock </TITLE> </HEAD> <BODY> <APPLET CODE="HelloWeb" HEIGHT="200" WIDTH="300"> </APPLET> </BODY> </HTML> View applet using converted minimal HTML file |
Visit java.sun.com (Sun Microsystems) for details on Using OBJECT, EMBED, and APPLET Tags in Java Plug-in.