1. Set-Up

This exercise entails setting up both your local and remote sites. Also involved are setting up anchors, in order to be able to navigate your site. In the OS Finder, things should look like this:

01Finder

Paramenters

  1. A Sites directory (folder) is created inside your home directory.
  2. The top-leve HTML file, index.html, is created inside Sites. This is your 'Home' page.
  3. Another directory is created inside Sites, called ex, or exercises (or something like that).
  4. Inside this directory is another index.html file. This file will contain anchors to each individual exercise.
  5. Inside the exercise directory, another directory is created, called ex01, or exercise01, or just 01, as in the example.
  6. Inside of the exercise 1 directory, create another index.html.
  7. Now that the structure is completed, create anchors to go from:
    1. The main index page to the exercises index page.
    2. The exercises index page back to the main index.
    3. The exercises index page to the exercise 1 index.
    4. The exercise 1 index to both the exercise index, and the main index.
  8. The final step is to use the FTP client to move everything over to your Sites directory on the server, and test everything. The server, or remote location, should mirror your local directory.