<html> <head> <title>Simple Applet</title> </head> <body> <applet code="Simple.class" width=700 height=200> </applet> </body> </html>
Die Quelle: Simple.html
Simple.html