Do your own HOMEPAGE

Creating a table
You start with <TABLE border=n >If you won't write border, computer automaticlysettle border on 0.
Next
<tr> - begin of the row
<td> here your text
<td> bla bla

Now you can start another row
<tr>
<td> bla
<td> ble
If you feel like finishing writing:
</table>

Here you can see how they work

go back       next step