CSc 337 - Web Programming > Assignments > Assignment 1

General Information

Due: 23 Jan 2012, 11:59pm

Abstract

Construct a small series of html pages. The main page should have some title, and have three links to other pages, each of which will have a picture on it.

Assignment

Create a set of 4 HTML pages (one index and 3 sub-pages) which will display 3 images and their respective descriptions. On each image page, you must have a title, heading, image, description paragraph, and a list (ordered or unordered). Your homework needs to have at least one ordered list, and one unordered list. You are NOT required to type up an elaborate description for these pages (see Hints section). Also, each image page needs to have a link back to the index page. The index page should have linked thumbnails to each of the respective image pages.

The names for your files must be as follows, the index page must be named index.html, with each subsequent page named page1.html, page2.html, and page3.html. Images and links should be relative, not absolute URL's.

Your code is required to be valid HTML5 as a substantial part of the homework grade will be based on validation. Validation will be done through the following site: http://html5.validator.nu/

Hints

Homework Submission

As detailed on the homework submission page, this homework must be on the class web server in a folder titled homework1 for it to be graded.