Due: Friday, September 19, 2008
Design a web site for a student club or organization that makes effective use of an external style sheet, incorporates the style components defined below, and includes a simple form.
General criteria for entire website:
- Site must conform to strict XHTML.
- Site must get at least 90% for all criteria of ADesigner. 100% is even better!!
Style Components:
- General - a variety of style rules that apply to:
- single elements
- multiple elements
- IDs and classes
- Class components within another element
- Links
- style rules that control
- different properties for link, visited, hover and active.
- different look and feel for a set of links inside an <ol> element from ones outside of an <ol> element.
- Images
- background image - for page; for box
- background color - for page; for box
- floated image
- More specialized -
- customized bullets in an unordered list
- demonstrated cascading and inherited effects
- demonstrated use of box model
Forms:
- check boxes
- radio buttons
- textarea
- submit