Step 1: Create a new folder or directory on your computer and name it "HTML". * Check Zonie's directions on how to create Folders in WIN95 if you are not sure how to do this.
Step 2: Open a new (blank) file in your text editor (Notepad for Windows users, SimpleText for MAC users).
Step 3: Making Your Own Template:
Type the series of HTML tags below into the blank document which you created in your text editor. Be sure they are in the exact order shown below. You may choose to "copy and paste" the tags into your blank document.
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
Step 4: Now, save this file as "htmltemp.txt" into the HTML folder/directory which you created in Step 1 The .txt extension is the normal extension for a plain text file such as the one just created in Notepad or SimpleText. You will be able to use this template as a starting point for your web pages since it holds the basic information for an HTML document.