Fancy Table Review

Cell One
Cell Two
Cell Three
Cell Four
Cell Five

Study the source code for this table. Notice how the rowspan and colspan attributes are used to create this layout. Also be aware of the order in which the cells of this table are coded.

Assignment:

Your job will be to make a table very similar to the one shown above only with a layout that looks like this:



  |-------------------------------------|----------|
  |                                     |          |
  |                                     |          |
  |                                     |          | 
  |-------------------------------------|          |
  |         |            |              |          |
  |         |            |              |          | 
  |         |            |              |          |
  |         |------------|--------------|          |
  |         |            |              |          |
  |         |            |              |          |
  |         |            |              |          |
  |         |------------|--------------|----------|
  |         |                                      |
  |         |                                      |
  |         |                                      |
  |---------|--------------------------------------|

You will use this layout to present the following items in the following cells:
  1. Your name in H1
  2. Tall, thin self-portrait created in The GIMP
  3. A list of your 10 favorite foods
  4. Two lines of information: birthday, birthplace
  5. A small image representing something you like
  6. A small image representing something else you like
  7. Two lines of information: height, weight
  8. Short personal history (minimum of 100 words)