|
|
|
|
|
|
As you can see, the first table row encloses cells 1 and 2; the second table row encloses cells 3 and 4. Table rows always run horizontally. The words that you type between <td> </td> in the borders.
In order to see the table, we added border to the table tag. This simply turns the border on. You can also specify its width by adding a number, as in <table border=5>. A lot of people will get rid of the border by typing in border=0.
|
|
|
|
|
|