1 <html> 2 <head> 3 <title> Yet another Hello World applet </title> 4 </head> 5 <body bgcolor="#ffffff"> 6 7 <applet code="MoreHelloApplet.class" codebase="." width=300 height=75> 8 <param name="Name" value="Nancy"> 9 </applet> 10 11 </body> 12 </html>