
Assignment 1
The requirements for assignment one are as follow:
- There must be an index page (index.html).
- The site it should be broken into a number oflinked pages, not one page.
- The should be some kind of navigation system to get from one page to the next
or back to the home page.
- Include a doctype and validate your site using the HTML validator at
http://www.w3c.org
- I would like to see at least 4 pages (Index + 3 other).
- The pages should contain the following items (not necessarily on every page) :
- Links
- Images
- Tables
- Margins
- Justification
- Lists (ordered and unordered)
- Different Fonts and Colours (Be Tasteful !!!)
- background colour
One of these pages include an external (LINK!) stylesheet to set
- the page background colour
- the H1 headings to a large serif font
- justified text in paragraphs
- two classes of margin
- regular
- narrow
- no underlining of links
- links in a helvetica font
- visited links are red
- unvisited links are blue
Take a look at the following site it may be helpful Style Master
Also look at http://www.w3.org/Style/ for information on Style Sheets.
The notes on style sheets are on the Course Materials page.