For this project, you will create a web site that reviews something, for example, a place you've travelled to, a restaurant you've eaten at, a movie you've watched, etc... It would be a good idea to read this whole page before you start.
You will create four files in total. Three of the files will be HTML pages called index.html, review.html, and pics.html. The last file will be the CSS style file called mystyle.css.
Create a proj1 directory under your fit100
directory. Add two more directories called review
and images as follows:
The home page should have some introduction to your web site or the review. There should be a link to the review page, review.html. You can also have a link to the picture page. End the introduction with a copyright symbol (refer to Escape Sequences in the slides) and the current year, 2009.
Like the previous two labs, there should be a link at the bottom of the page using an absolute pathname to where your web site is located on Dante (for UW staff, Homer).
The review page should be split in two by a horizontal rule. The top half should have brief facts about the thing reviewed like name, location, fun fact, etc... You should have at least three (3) brief facts. Write the brief facts either as bullets or as a paragraph with breaks after each fact. Additionally, you are to give a rating. Download this image: and use at least 3, but no more than 5 copies to display the rating of your review. The stars are to appear on a single line. Store the image of the star in the images directory.
The bottom half of the page (below the horizontal rule) will contain your review. Use your own words. There should be a link to the picture page.
There should be a link at the bottom of the page that links back to the home page.
The picture page should have at least 5 pictures. The pictures should relate to your review. Above each picture, put a description about the picture and credit where you found the picture (a link suffices).
You can find any pictures online that relate to your review. At least three (3)
of the images referenced in your picture page must have been downloaded and
put in your images directory. Put another way,
the src
attribute of at least 3 of your pictures are going to
be relative pathnames.
There should be a link at the bottom of the picture page that links back to the review page (see directory structure above).
All three web pages should be linked to the stylesheet.
Styling requirements:
body
, strong
, h1
, and em
.color
, text-decoration
, background-image
,
border
, and font-family
.
Your stylesheet should look neat. Do not put all properties of one element on a single line! Look at Lab 4 for an example on how to structure the CSS rules.
In addition to all the requirements stated above, all HTML files must:
Other requirements:
When submitting, make sure you have the right section. Some TAs have two sections, so make sure you know which of the two sections is the right one. Turn in all 4 files here.