Assignment 5 is due Friday, March 27, 2009 at 9:00 pm.

Requirements:
  1. The first Web page is set up for you already - you just need to make the necessary changes to it as indicated by the comments within the code. You will also need to create a file called mystyles.css that will be located in the newly-created CSS sub-directory of your public_html directory. Here is a summary of what you will be doing:
    1. View the first Web page and then view the source code. Copy the source to your public_html directory and call it assgn5a.html. Change the permissions so that the page is viewable on the Web.
    2. Add a link to assgn5a.html from your home page.
    3. Make the changes indicated in the comments in three places in the file (the three places are identified by comments).
    4. Create a CSS directory in your public_html directory and change the permissions on it so that it is world-readable and world-executable (755 or og+rx).
    5. Using pico, create mystyles.css in your CSS directory. You will include rules in this file to add presentation details to your assgn5a.html Web page. Use comments to describe what you are doing in this file. I have added some divs with class names to the assgn5a.html file so that you can make changes to those classes as well as any of the XHTML selectors that are used on the page. Things that you are able to change include:
      • the body of the document
      • paragraphs
      • the citation
      • h1, h2, and h3 headings
      • hyperlinks
      • an unordered list
      • header, story, and footer classes
      Change at least ten elements using rules in your mystyles.css file (for instance, the body would constitute one element, hyperlinks would be another element). If you name everything properly (as directed in these instructions) the rules should be linked into the assgn5a.html file for you using the link tag in the head of assgn5a.html.
  2. The second Web page should be called assgn5b.html. It should contain the following:
Note: Do not change or corrupt your XHTML files for this assignment until we let you know that it has been graded by posting the grades on-line.
© McGraw-Hill 2007. All rights reserved.

This presentation accompanies the book "In-line/On-line: Fundamentals of the Internet and World Wide Web" (ISBN 0-07-236755-5) written by Raymond Greenlaw and Ellen Hepp.