CMS

Content

HTML

Images

Monetizing

Home » Archive by Tags

Articles tagged with: layout

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 …

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.

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) …

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.