Code Along - Relative Paths

Code Along: Relative Paths

  • Using Atom, open the folder called relative_paths_exercise in your lesson_03_files folder. You will be using these files as starting off point.

Instructions

  • 1) Add a link from the Homepage to the About page

  • 2) Add a link from the About page to the Homepage

  • 3) Add links from Homepage to index.html pages of the following sections:

    • Mammals
    • Birds
    • Reptiles
  • 4) Add links from the Homepage to the index.html pages of the following sections:

    • Marsupials
    • Placentals
    • Monotremes
  • 5) Add the associated images (from the provided image folder) to the index.html page of the following sections:

    • Mammals
    • Birds
    • Reptiles
  • 6) Add a link from the index.html pages of the Mammals, Reptiles and Birds section back to the Homepage

  • 7) Add a link from the listing.html page of Monotremes back to the Homepage

  • 8) Add a link from the listing.html page of the Marsupials section to the listing.html page of the Monotremes section

  • 9) Add a link from the index.html page of the Placentals section to the index.html page of the Marsupials section

  • 10) Add a link from the index.html page of the Marsupials section back to the homepage