CS 101   Web Construction,  Winter 2008,  Instructor:  Jeffrey Horn ASSIGNMENTS


  1. (5 pts) Text that is a link to a remote site.
  2. (5 pts) An image that is a link to a remote site.
  3. (5 pts) An image that is a link to a larger version of the image in the web page.
  4. (5 pts) A link to a second local web page (within the same folder as the first web page).
  5. (5 pts) Link from the second web page (in feature 4 above) back to the first web page. 
  6. (20 pts) EXTERNAL CSS:  Use a separate file for your CSS (15 pts of the 20) , and have the CSS code in it format something on BOTH of your web pages for Part 2 (5 pts of the 20) .
    • Refer to your external CSS file with this new HTML element:
      • <link rel="stylesheet" type="text/css" href="yourOwnFileName.css">
  7. (5 pts)  Good style.  (see Assignments 1 and 2 for guidelines on style).
  8. Example (of two local web pages that complete SOME of the above tasks for Part 2)