Table Tags Home | Cheat Sheet |

Tables are an important part of web pages. For one they allow information to be displayed neatly in a table form. But the also allow the designer of the page to set out the page neatly. For example, a newsletter, usually done as a publication sort of thing where there a graphics all over the place and paragraphs of text split into 2 columns etc. By using tables you could set out a page almost any way you want. Although tables are used in this page, it is frames that are used to get a separate navigation bar and heading.

A Simple Table: Click Here to open example in an new window.

<TABLE BORDER="4">
<TR>
<TD>1st Cell</TD>
<TD>2nd Cell</TD>
</TR>
</TABLE>

More Complicated Table: Click Here to open example in an new window
To see the tags used, view the example source with Notepad ow similar text editor.

Prev | Top | Next |

Any Questions or Comments? E-Mail me!

rhduncan@hotmail.com
http://www.htmlguide.findhere.com Copyright © 1999 Robert Duncan