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.
- Create a new HTML Document named table.htm.
- Make a checkerboard with 8 Rows and 8 Columns.
- Make each cell 50 by 50 pixels. You can do this by adding height = 50 and width = 50 to each table cell tag.
- Alternate the squares with two colors.
- Inside each cell type:
This stands for "nothing but space" and it keeps the table from being flat.
- Call me over for check off.
<< Back
|