HTML TEMPLATE

 

GENERAL INFORMATION

 

All HTML documents have the following basic template:

 

            <html>

 

            <head>

            </head>

 

            <body>

            </body>

 

            </html>

 

COMMON ERRORS

 

 

EXAMPLE

 

Click here to see an example.  Use View Source to see the code.