Making index.html

Use whatever text editor you have on your machine such as notepad(PC) or simpletext(MAC) to create a file called index.html.

Inside the text editor enter the following:

<HEAD><TTTLE>title of page</HEAD> <H1>My Web Page</H1> This is my web page.<br> <a href = "http://www.calpoly.edu"> This is a link to my school! </a> </blockquote> When you're done save the file and <a href = "ftp.htm">ftp it into your account</a>. The next step is to set the permission of this file so it can be viewed on the web. <a href = "basic.htm"> <h3> <img src="images/granite_left.gif" border=0> Back to Basic Steps</h3> </a> <a href = "detailed.htm#setup"> <h3> <img src="images/granite_left.gif" border=0> Back to Detailed Steps</h3> </a> </BODY></HTML>