Table Tutor2.02

zatrabeoj
The whole mess basically has only 3 tags...

<TABLE>
The main tag. Used to tell the browser "this is a table", along with some attributes like size, border width and a few other things.
<TR>
TableRow defines a horizontal row of <TD> (TableData) cells.
<TD>
Specifies an indiviual block or cell in a table row.

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 Cmed, HTMLpad and HTML Notepad. These editors will make your html coding easier. They don't attempt to do it for you.

 NEXT-->


Introduction Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Index