Post
Topic
Board Beginners & Help
Re: How to use these functions
by
SeymourSkinner
on 03/01/2015, 13:51:53 UTC
Check out this link:

http://www.w3schools.com/html/html_tables.asp

Quote
Tables are defined with the tag.

Tables are divided into table rows with the tag.

Table rows are divided into table data with the
tag.

A table row can also be divided into table headings with the
tag.
Does that awnser your question?