Creating Tables
Creating basic tables
The basic table (with and without border)
cell 1 |
cell 2 |
cell 3 |
cell 4 |
cell 5 |
cell 6 |
cell 1 |
cell 2 |
cell 3 |
cell 4 |
cell 5 |
cell 6 |
After we're done with the first table, we'll put a border on that table to see it better
Using inline style to set width of table
cell 1 has more content |
cell 2 |
cell 3 |
cell 4 |
cell 5 |
cell 6 |
cell 7 |
cell 8 |
Using colspan
and rowspan
This table will experiment with colspan.
cell 1 |
data 2 |
cell 5 |
cell 6 |
cell 7 |
cell 8 |
This table will experiment with rowspan.
cell 1 |
cell 2 |
cell 3 |
cell 4 |
cell 5 |
cell 6 |
cell 7 |
cell 8 |
lets use both in this table;)
cell 1 |
cell 5 |
cell 6 |
cell 7 |
cell 8 |
cell 9 |
cell 10 |
cell 11 |