Date: Sat, 06 Jul 2002 23:07
Subject: Making A Web Site. 2. Contents Page
From: "Doug Schwab" <[email protected]>
To: "Tony Hall" <[email protected]>
Hi Tony
This is my re-working of your general series of lessons on 'Making A Web Site'. This is the second of three lessons on making a web site.
Introduction
You will know how to type enough to send emails, but you find that sometimes you need to send email to alot of people at once. This is the time to start thinking about your own web page. This page will have information that will be of interest to a number of people in you life.
Follow the step by step approach below. If you find that something does not work, check previous steps for accuracy. If you find the instruction vague, or not working email me.
1) Lets get ready! Print out this page to make it easier to follow the instructions.
2) In the previous lesson we used Appleworks. In this lesson dont use Appleworks, as it creates unseen information that will get in the way of our web document. Instead, open simpletext from the Apple Menu , then Applications and Simpletext).
3) In this lesson you will learn to make a 'Contents' page that will open the HTML pages you have already made. These are 'Page 1' (page1.htm) and 'Page 2' (page2.htm).
4) Select and copy, Apple-C, the text below, starting with <HTML> and ending with </HTML>. This is a web page, pre-made, that puts your two previous page together using links. These linkss can be clicked on to get to each of your pages.
<HTML>
<HEAD><TITLE>Contents</HEAD></TITLE>
<P><B>CONTENTS</B><FONT SIZE=3><BR>
<P>
<H2><A HREF="page1.htm">Making A Web Page</A></H2>
<P>
<H2><A HREF="page2.htm">Making Another Web Page</A></H2>
<P>
Click on 'Making A Web Page' title above. <BR>
Use back button in browser to come back to the CONTENTS page.
</BODY>
</HTML>
5) Copy-paste the above text, using Apple-V into this document.
6) Save this document to your 'Website' folder and name it: index.htm
7) Your page is now finished. You can check if it works now. Open this document from your browser just like we did your previous pages.
In this lesson we have learned to make multiple page documents on the internet. Your pages are not alone as you can now jump between each page. In the next lesson we will look at putting your pages, with the links, on to free web service, Geocities Yahoo.
Any questions or problems email me back. Douglas