WebCore Help: Working with tables

Here is a basic table:

1 2


Here is a table using colspan=2 in the second row. Choose "view source" to see the code

1 2
3


Here is a table using rowspan=2 in the first row. Look at the source code.


1 2
3


Another table: colspan=2 in the second row

1 2 3
4 5


Other Important Table Attributes



Back to WebCore Page
Back to Tables Page