1 <html> 2 <head> 3 <title>Simple Shapes</title> 4 </head> 5 <body bgcolor="white"> 6 7 <h1>Simple Shapes</h1> 8 9 <applet code="MyRect.class" width=200 height=110> 10 </applet> 11 12 </body> 13 </html>