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.
- 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:
- Curry-Flavored Fettuccine (Fettuccine al Curry)
- Linguine with Basil Sauce (Linguine in Salsa di Basilico)
- Penne with Asparagus (Penne con gli Asparagi)
|
- 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.