Tables Tutorial



To create a table on a webpage type the following codes:

<table border=2> <tr> <th> Reasons </th> <th> Names </th> <th> Price </tr> <tr> <td> Just Because </td> <td> Computer </td> <td> $1000.00 </td>

This will show up like this:
ReasonsNamesPrice
Just BecauseComputer$1000.00


Click here for the next lesson!

Hosted by www.Geocities.ws

1