A BASIC HTML TEMPLATE

This is a minimum template for HTML editor. The HTML tags at the beginning of the template shows the document type to the server. But HTML3.0 allows you to omit this tag. However it is safer to include this tag for the sake of older browsers.

<HTML>

<HEAD>
<TITLE>
..........
</TITLE>
</HEAD>

<BODY>
..........
..........
</BODY>

</HTML>



Home page