Creating index.html

Instructions:

  1. open Notepad
  2. You should see a blank screen the first time only.
  3. Type in the following:


    <HTML>

     <HEAD>

     <TITLE>
    Your name's web page
    </TITLE>

     </HEAD>

     <BODY>

     This is my web page at Delta College

    <P>

    <OL>
    <LI>Item 1
    <LI>Item 2
    <LI>Item 3
    </OL>

     </BODY>

     </HTML>

  4. Save index.html to your disk
  5. Open up the ftp program