Table Tag Review

CELL ONE CELL TWO CELL THREE
CELL FOUR
CELL FIVE CELL SIX
CELL SEVEN

Inspect the code for this table. Make sure you understand why rowspan is used and why the cells are ordered in the way they are ordered. Next consider this table:

CELL ONE CELL TWO CELL THREE CELL FOUR CELL FIVE CELL SIX
CELL SEVEN CELL EIGHT
CELL NINE CELL TEN
CELL ELEVEN CELL TWELVE
CELL THIRTEEN

This table is a bit more complicated. You should make sure you understand the use of COLSPAN and the ordering of the cells.

ASSIGNMENT:

Create a table with the following layout:


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

You will place the following items in the cells of this table:
  1. An image of a guitar (vertical)
  2. The word GUITARISTS in H1s
  3. Five famous guitarists
  4. Five more famous guitarists
  5. An image of a guitar (horizontal)