CSCI 107 HTML Homework

Purpose

Create an ugly web page using CSS.

Due dates

This assignment should be completed by 11:55 PM on Friday, 13 November, and uploaded to Moodle at HTML/CSS homework.

The assignment

Write a web page and associated CSS page. The web page should contain a table with three columns and three rows, a bit like the following, but with much more text.

Data North West Data North Center Data North East
Data Center West Data Center Center Data Center East
Data South West Data South Center Data South East

Requirements

The nine entries of your table must be rendered in all sorts of ridiculous manners using CSS such as:

All nine cells of the table should be formatted differently. There should also be some variance in the style of the border.

You may use the same text in each column. I suggest using a couple of sentences, so we have enough text to show off your handiwork.

Read the W3CSchools’ tutorial for examples.