PART 4: A Basic HTML Template
Now that you have opened your applications and set up your directory and file, you are ready to start building your web page. Below is a basic HTML template:

<!DOCTYPE HTML PUBLIC "-//WC3//DTD HTML 4.0 Transitional//EN">

<HTML>

<HEAD>

<TITLE>The title appears at the top of the browser window. It is NOT the same as the filename!!</TITLE>

<!--This is a comment, comments will not be displayed by the browser.-->

</HEAD>

<BODY>

All of the elements of your web page will appear between the body tags.

</BODY>

</HTML>
 

Contents HTML Creating Your Page Directory and File Structure Template Tags, Attributes and Values Links and Anchors Lists Graphics Images Tables Sites Composer Appendix A
 This site created and maintained
by Catherine C. Wadbrook ©1999