Objectives:

  • Make a Working Table
  • Begin to Add Comments
Assignment #7: Make a Table with Comments
Your objective here is to make a table that looks like a chess board.
  1. Create a new HTML Document named table.htm.

  2. Make a checkerboard with 8 Rows and 8 Columns.

  3. Make each cell 50 by 50 pixels. You can do this by adding height = 50 and width = 50 to each table cell tag.

  4. Alternate the squares with two colors.

  5. Inside each cell type:







    This stands for "nothing but space" and it keeps the table from being flat.

  6. Call me over for check off.

<< Back