Hello. My name is Joe and I'm going to give you a few simple lessons on how to make
tables for your web documents. You might be thinking that a table is simply one of these but if you've ever seen some of them fancy-like web pages you might be interested to find out
that they make good use of the <TABLE> tags! Just to illustrate, here is
the same page with a gray background and the table
BORDERs turned on.
zatrabeoj
The whole mess basically has only 3 tags...
To paraphrase: A table is made up of rows which in turn are made up of cells.
<--This--- | ----is---- | -----a---- | ---Table-- | ----Row--> |
cell | ||||
cell | cell |
Well, that's tables in a nutshell. You are now ready to make some tables! Now's a good time to stress that if you want to learn how to make quality html documents, then you would be well served to take the time to teach yourself the tags. If you rely on the so-called "table wizards" in the "easy as pie html editors" out there, you will have greatly limited flexibilty, and the end result may not be what you are trying to achieve. In my opinion the best html editors to use are text based editors. A few good ones that come to mind are listed here. These editors will make your html coding easier. They don't attempt to do it for you.