Basic HTML page template
//HTML Page Code <html> <head> <title>HTML 4 For Dummies, 3rd Edition - Chapter 5 Examples</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <p>Your headings and wonderful text and graphics go here.</p> </body> </html>
