CS 100 - Computer Literacy, Fall 2004

Lab 7

This lab assignment will have you create an HTML page that will contain a table.

HTML Tables

The Table tags allow information to be displayed in cells in a grid of rows and columns. Tables are one of the main ways to layout data in a format you choose. A good web page showing various tables can be found at http://wp.netscape.com/assist/net_sites/table_sample.html.

Lab Assignment 7

Due: Friday 10/15/2004 by 8:00 am

Create a web page to display the following information:

  1. A title of CS 100 Lab 7
  2. A heading of CS 100 Lab 7
  3. An unordered list containing your name, Net-ID, Time of Lab
  4. A table showing the winners of the 6 relay swimming events from the 2004 Olympics in Athens. This information is given toward the middle and at the bottom of the page at

    http://www.athens2004.com/en/OlympicMedals/medals?lang=en&channel=OlympicMedals&discipline_code=SW

    Your table is to show the names of the winning country for the Gold, Silver and Bronze medals for each event. Your table must also have a caption describing the table.

    The events are the 4x100 Freestyle Relay, the 4x200 Freestyle Relay, and the 4X100 Medley Relay. These events occur for both the mens and womens swim teams. Your table should appear as shown below (with a caption and the team information correctly filled in!). Note the table uses table headings, row spans and column spans. Also note, the table shown below is actually an image so you can't just "view source" to see how the table was created.

  5. A link to the web page with the 2004 Olympic Swimming medalists (which is listed above).

Use the UNIX turnin command to electronically hand-in your html file using the project name of lab7. To submit the file in <filename> for lab7, the turnin command is entered as:

     turnin -c troy -p lab7 <filename>