Exercise sheet for week 10, Thursday 5.12.2002

I. Tables

In the traditional tea-bag championship the teams scored as follows: Starting with an empty file use the <table> and related tags with attributes to generate two tables, the first displaying the results of the matches, the second for displaying the final ranking with statistical data. Provide also a title and appropriate headings. Try to produce an eye catching design, e.g. by using colors.

II. Frames

  1. Starting with an empty file use the <frameset> and related tags with attributes to implement a design showing four windows.
  2. Use Dreamweaver to generate a similar layout as in the first task. Compare the produced html code with your code in the previous task. What are differences, what are similarities?

III. The reality

For each of the tags introduced in the lecture (links, images, tables, frames, forms, styles, ...) find "real life" examples, that means web sites using the tag in their html source (use the "view source" option in your browser). Which attributes are used?