------------------------------------------------------------------------------
MC logo
CSc 302 Assignment 4
[^] CSc 302 Assignments
------------------------------------------------------------------------------
<<CSc 302 Assignment 3 CSc 302 Assignment 5>>

30 pts

Using Tables

Due: Feb. 20

Create a web page and store it on the Sandbox server where it will be visible online. Please name your file asst4.html (using lower case as written) and store it in the local_html directory on the server. It will have the URL http://sandbox.mc.edu/youraccout/asst4.html, where youraccount is your Sandbox login name. Make sure you can see the page at this URL. Feel free to modify your second assignment, or start from scratch. You may create any content you like, so long as you do the following: Create two tables with the listed features.

Your first table should:

  1. Follow the document structure outlined in the book, including all the XHTML boilerplate.
  2. Create your page by hand using a plain text editor on the server or on your workstation.
  3. Create one table with the following features:
    1. Have a <caption>...</caption>.
    2. Have rules.
    3. Have at least three rows and three columns. You may have more.
    4. A header row using <th>...</th>.
    5. Have at least one cell which spans more than one column.
    6. Have at least one cell which spans more than one row. It may be the same as the column spanner, or a different cell.
    7. Use at least two background colors other than the default.
  4. A second table with the following features:
    1. The table should be aligned to the left or right of the page.
    2. No borders.
    3. Use a single background color for the table, different from the default.
    4. Specify a width of 100 to 200 pixels so the text can flow around the table.
    5. Provide some text to flow around the table.
    6. Specify cellspacing of zero.
  5. Make sure your background colors maintain good contrast.

I'll use a browser to view your page, and also the XHTML code.
<<CSc 302 Assignment 3 CSc 302 Assignment 5>>