Directions
Create a Table Puzzle, following an example.
- Create a new webpage in Notepad. Save the file as puzzle.html.
- Set the page title to Puzzle.
- 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.
- Save the modified file.
- Raise your hand and ask your teacher to check your assignment on screen.
- After your black and white file has been checked, add the colors as shown in the second example.
- Add a BaseFont tag to the header setting the default font color to white.
- Bold the text in each cell.
- Save the modified file.
- Raise your hand and ask your teacher to grade your assignment on screen.