Web Page Design: Exercises for Section 05

After you have read section 05, try the following exercise. The answer is given at the end.

We will now make a home page that will link to the three recipes from the last exercise.

  1. The first thing to do is make a simple home page called "recipe-book.html" which has some introduction and a list of the three recipes. An example appears below:

    My Recipe Book

    This little web space houses my favorite pasta recipes. I hope you enjoy them as much as I do!

    I have included the following:

    1. Curry-Flavored Fettuccine (Fettuccine al Curry)
    2. Linguine with Basil Sauce (Linguine in Salsa di Basilico)
    3. Penne with Asparagus (Penne con gli Asparagi)

  2. Next copy the fettuccine recipe, the linguine, and the penne from the last section's exercise into the same directory as the recipe-book.html file. Then link the recipe book home page to these three files and add a link on each of the recipes to the 'next' recipe and a link to the home page (two links at the bottom of each recipe).

Answer

This link will take you to the web.


Go to Contents