Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 637 Bytes

Session 2 HTML Tables.md

File metadata and controls

9 lines (5 loc) · 637 Bytes

1. Create a table with 3 rows and 3 columns. The top row contains 1 cell that spans 3 columns. The leftmost cell on the next row spans 2 rows. All other cells span a single row and column.

Each cell has a number. The numbers can be put in a "h1" tag if desired. The image below shows what the table should look like using "h1" tags around the numbers.

1. Recreate the list shown in the image below: The outer list is an order list, and the nested lists are unordered.