Guide to Tables in Html

This tutorial will teach you how to use tables withintype the following code:
your html documents. A Table is started with thetagNow that we understand the basic structure system,
and is ended with thetag, in between these we havewe will need to add content to the table. This is a
theand the tags, atag is the table row and the tag isvery simple task, all you need to do is type what
the table column, thetag must be before the tagsyou want in between the tags, I will note know that
and theclosing tag must be after the , here is anwith tags it does not matter whether the tag is or or
example.even . Here is an example of putting content into the
If you put this into your webpage as well as thepage.
structure of the site i.e the etc then load the pageItem 1 Item 2
up you will be able to see the table with twoNow if you load up your page, there will be item 1
columns. There are two other tags to mentionand item 2, but unless you highlight them you wont
regarding tables at this point and they are, Cellbe able to see the text as they are by default in
Spacing and Cell Padding. Basically he padding makesblack text and our background colour is black, so this
the table area bigger without changing what themoves us onto the next subject. Firstly we will want
border looks like, it only changes the size, the cellto change the colour of the text, we will also change
spacing adds a blank area around the table, and thethe size and the actual font to Arial instead of Times
higher the pixel spacing the more white around thenew Roman.
table. In order to add cell spacing and cell padding