Minimal HTML code needed for Applets<HTML> <HEAD> <TITLE> Simple Applet </TITLE> </HEAD> <BODY> <APPLET CODE="HelloWeb" HEIGHT="200" WIDTH="300"> </APPLET> </BODY> </HTML> |
Download HelloWeb.class applet
|
Send comments and questions to
pollock@acm.org. |
|