Table exercise

  1. Set up basic page elements: html, head, body tags
  2. Set up opening and closing Table tags (within the body tags)
  3. Create the first row
  4. Create 5 table header cells (5 columns) in this row
  5. Text for the header row cells: Participant #, Million, Favorite Color, Vehicle, Age Range
  6. Give this row a background color (on-line color chart)
  7. Create row 2, and create 5 data cells (columns)
  8. Enter values in each cell that relate to the header information
  9. Copy this row and the data cells, and paste for rows 3-6, then change the values in each cell to be different.
  10. center the table
  11. set a width for the entire table
  12. center the first column
  13. Save as table.html
  14. Open in browser to view.
View exercise with answer key (not for classroom students)
Next --> Frames