Hour 16: Page Layout in CSS

Proper use of layout to position content on the visible page is essential to creating effective Web designs. Through the proper use of layout, Web pages can be broken down into visually distinct sections, columns, and boxes. Cascading Style Sheets offer an alternative to traditional <table>-based HTML design, in the form of properties that can create page layouts.

In this hour, you'll learn

Sample Code

You can download the sample code from each hour as one package or individual files.

Web Links

These are the links presented in this hour, given here for easy reference.

Updates and Errata

There are currently no updates to this hour's content.

CSS in 24 Hours
Teach Yourself CSS in 24 Hours was published in 2002 by SAMS Publishing and provides a solid introduction to Cascading Style Sheets.