Table Tricks HTML / Tables
Tables are a great way to layout your Web pages, and HTML 4.0 offers a few more attributes and tags to this versatile and flexible tool. Some of these attributes work differently in Netscape than in Internet Explorer, so always be sure to view the page in both browsers.
So, You Want Color in a Table, Huh? HTML / Tables
I should point out that this tutorial will not get into the creation of the table itself, only changing the background and text color.
Iframes HTML / Frames
iFrame is a fancy name for how HTML can be used to display another page's content within its own page. It can be handy if you have a news page you edit news into and that you want to display in your main layout without editing the layout each time.
Advanced Table Commands HTML / Tables
This tutorial explains how to re-size the cells, rows, and columns allowing them to span as far as you want, across as many cells as you want.
Setting Your Tables HTML / Tables
The TABLE tag is used to create presentation tables (like spreadsheets), but is more commonly used as a way of controlling the placement of text and images on web pages.