HTML Tables
Monday, 22 Mar, 2010 – 11:05 | No Comment
This entry is part 1 of 6 in the series Tables

Chances are that every single fancy website you’ve come across on the web uses a set of “tables” to construct its layout. Tables in HTML documents are the most important elements of the general layout (i.e. design). That is why, this lesson is one of the most important lessons of the first stage of your free online web design course.

Building Simple Tables
Monday, 22 Mar, 2010 – 11:06 | One Comment
This entry is part 2 of 6 in the series Tables

In this lesson of our free online web design course, we’ll first concentrate on how to create a table with a single cell. To achieve this, we have to use the <table>, <tr> (table row) …

Cellpadding & Cellspacing
Monday, 22 Mar, 2010 – 11:07 | No Comment
This entry is part 3 of 6 in the series Tables

This lesson of your free online web design course is going to cover the “cellpadding” and “cellspacing” attributes of HTML tables.

Defining Table Width & Height
Monday, 22 Mar, 2010 – 11:13 | No Comment
This entry is part 4 of 6 in the series Tables

Next in our free online web design course, we’re going to learn how to define the “width” and “height” of our table. These two attributes can be defined in two ways: either as a fixed …

Merging Table Cells
Monday, 22 Mar, 2010 – 11:13 | No Comment
This entry is part 5 of 6 in the series Tables

In this little section of our free online web design course, we’re going to learn how to merge table cells by using the “colspan” and “rowspan” attributes along with the <td> tag.
Merging HTML Table Cells …

Creating Site Layout By Using Tables
Monday, 22 Mar, 2010 – 11:14 | No Comment
This entry is part 6 of 6 in the series Tables

In order to create a site layout by using html tables, we’ll need a navigation menu, a place to put the actual content of your website, and a place to put some ads, graphics and …