Directions

Create a Table Puzzle, following an example.

  1. Create a new webpage in Notepad. Save the file as puzzle.html.
  2. Set the page title to Puzzle.
  3. Using everything you learned in the instructions, re-create the black and white table shown below.
    • Use a 1-pixel border and cell padding of 8 pixels.
    • Start with the first row and concentrate on one cell at a time.
    • Remember that a large cell made with row or column spanning is only listed once; in the following row or column it is skipped.
  4. Save the modified file.
  5. Raise your hand and ask your teacher to check your assignment on screen.
  6. After your black and white file has been checked, add the colors as shown in the second example.
  7. Add a BaseFont tag to the header setting the default font color to white.
  8. Bold the text in each cell.
  9. Save the modified file.
  10. Raise your hand and ask your teacher to grade your assignment on screen.

Example