table (basic question!)

liunx

Guest
I dont know much at all about html at all, and one thing which i really need to learn is how to make a table, the sort of table i am after is one for me to put text links in, nothing flash. If someone could post the code for one row (do you do it like that?) and maby explain what each part of the code does, I would be extreamley gratefull :)<br />
<br />
Thankyou:rocker:<!--content--><table> basic table tag<br />
<tr> table row<br />
<td> table (data) cell (top left)<br />
content<br />
</td><br />
<td> top right cell<br />
content<br />
</td><br />
</tr><br />
<tr> (second row)<br />
<td> (bottom left)<br />
content<br />
</td><br />
<td> (bottom right)<br />
content<br />
</td><br />
</tr><br />
</table><!--content-->and here is a site that you can go to...it's a great place to learn alot of things about html...webmonkeys (<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/authoring/tables/">http://hotwired.lycos.com/webmonkey/authoring/tables/</a><!-- m -->) that site is for tables<!--content-->i found this site years ago on the web and i thought it was quite good<br />
<br />
<!-- m --><a class="postlink" href="http://davesite.com/webstation/html/">http://davesite.com/webstation/html/</a><!-- m --><br />
<br />
:)<!--content-->Originally posted by fonzerelli_79 <br />
i found this site years ago on the web and i thought it was quite good<br />
<br />
<!-- m --><a class="postlink" href="http://davesite.com/webstation/html/">http://davesite.com/webstation/html/</a><!-- m --><br />
<br />
:) me too! davesite rocks!<!--content-->cool never seen that one...will check it out see what all i can learn off of it too<!--content-->
 
Back
Top