INQ177CJ
Computational Aspects of E‑commerce

Activity 3

CSS Element Positioning

CSS Style Sheet

Edit your web site’s home page so that it uses divs to organize the content.

  1. Add a header div that is at the top and takes up the entire width. Put the page title in the header and make it a different color than the page background.

  2. Add a footer div that is at the bottom and takes up the entire width. Put any content you want in the footer, but make it a different color than the page background.

  3. Add two divs in between the header and footer that are side by side. The left div should contain the list of activities. The right div should contain the list of assignments.

Submission

Please show your completed web page and source code to the instructor.