HTML - More Tables

NEW TAGS:

To span a cell across two columns, add the "colspan" attribute:

To span a cell across two rows, add the "rowspan" attribute.

EXERCISE: Create the following image using the three new table attributes. The table should have a width of 300 pixels, a height of 400 pixels. There are 4 columns and 5 rows total.

ANSWER: Go to the answer page and view the source.