<html> <head> <title> A Simple Applet </title> </head> <body> <H2>My Third Applet</H2> <hr/> <applet code="HelloApplet3.class" height=200 width=300> <param name="message" value="Professor"> </applet> <hr/> </body> </html>