Homework 5 - Spring 2018

  1. All your files for this assignment should be placed in a hw5 folder - this folder will be uploaded to your site and the URL submitted in Blackboard.

  2. Create a two-column site of at least 3 pages. The columns must be created using CSS. For one way to create a two-column site, see the "two column layout" example on week 6 of the schedule page. You can use the content of a previous homework assignment (e.g. homework 3) or use new content.

  3. Each page should link to every other page including itself, and should be in the same place on every page. The links should be done in an unordered list (see example on week 6 of the schedule page) and the bullet points should not show.

  4. Each page should reference the same external stylesheet which will contain the CSS for the site.

  5. You can put the navigation links in the left column or put them at the top (above the columns). If you put them at the top and they are horizontal, you will need to modify the CSS to make them horizontal. If the links are at the top, put some content in the left column.

  6. Use at least one inline image (not background image) in your site. This image needs to be floated with text to the side of the image. A margin needs to be specified so that there is some whitespace between the text and the image. See the examples on week 6 of the schedule page.

    Revised: February 14, 2018