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