HTML Tables Tutorial
Short Description
HTML Tables Tutorial. Tables are a great way to add formatting and layout to your site. This tutorial from Jennifer. Kyrnin, your About Guide to HTML, …
Website: www.niles-hs.k12.il.us | Filesize: 256kb
Content
HTML Tables Tutorial
http://html.about.com/library/weekly/aa120897.htm
Tables are one of the most powerful formatting tools you can use with HTML 3.2 and below. The full table standard Request for Comment (RFC) was written in 1996, and with HTML 3.2, the W3C included a subset in the HTML standard.
There are three primary tags for use with a table:
This tag defines the table
This tag defines a row in the table
This tag defines a column in the table
Creating Your First Table
The easiest way to create a table is the same way that your Word processor creates one. You need to determine how many rows and columns you need in your table, and then build it row by row.
Let’s build a 3 column by 3 row table.
The table tag So, you start out wanting to build a table. Tell that to the browser: