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