... part of the Web Site of George North -- Back to Site Index
Internet Publishing CPST-240-10
Summer 2008

Assignment - Week of Monday, Jul 7
Due 11:59 PM, Sunday, Jul 13

Case Problem 4
Key Terms
News

Tutorial 7 - Working with Cascading Style Sheets

This is a graded assignment. You will:
    ... complete Case Problem 4 from Tutorial 7 - Midwest University.



Readings from the Text
You should be complete reading Tutorial 7. If you also worked Case Problems 1, 2, and 3, then you are well prepared for this assignment.



Data Files for Students
There are fifteen (15) files needed for this assignment. You should have already downloaded these files. See Data Files for Students for more information.



BlackBoard Discussions
0 Points Maximum
No BlackBoard discussions this week.



Tutorial 7, Case Problem 4 - Midwest University
80 Points Maximum
Click here to see the requirements for this Case Problem.

Grading Rubric
  • 15 points - website well designed with links to external sites or other materials that enhance your design. As judged by George, the best designed site receives 15 points, everyone else somewhat less.
  •   5 points - HTML is error free: certified by W3C as XHTML 1.0 Transitional
  •   6 points - an embedded style sheet
  •   6 points - an external style sheet
  •   6 points - style sheet for screen media
  •   6 points - style sheet for print media
  •   6 points - style that applies to an entire page body
  •   6 points - style that applies to an id or to a class of elements
  •   6 points - style that applies to a pseudo-class or pseudo-elements
  •   6 points - style that uses a contextual selector
  •   6 points - style that applies padding and margins
  •   6 points - style that controls positioning or floating of page element(s)
  • Please note that this week the Document Type Declaration for one of the pages you will write is different. For the frames set page ONLY ... use
    <!!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"">
    For all the other pages, use the normal Document Type Declaration ... which is
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    It is important to get this correct, otherwise your pages will not pass W3C validation.
    -----------------------------------------------------
    80 points - TOTAL