Basic HTML page template
Here is an example of a basic html page code and what the code would look like in a text editor:
HTML 4 For Dummies, 3rd Edition – Chapter 5 Examples
//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>