Beginning HTML, XHTML, CSS and JavaScript - Code Examples

Back to main book index

Chapter 9: Page Layout

Here are the examples for Chapter 9, which looks at how to create page layouts.

Layouts

ch09_eg01.htmlLiquid layout using percentages
ch09_eg02.htmlFixed width layout using pixels
ch09_eg03.htmlA fixed width vertical grid
ch09_eg04.htmlA fixed width three column layout
ch09_eg05.htmlA fixed width two column layout
ch09_eg06.htmlA fixed width four column layout
ch09_eg07.htmlComplex fixed width layouts
ch09_eg08.htmlA liquid three column layout
ch09_eg09.htmlA liquid layout with min-width and max-width
ch09_eg10.htmlBackgrounds that reach the bottoms of pages

Exercise

exercise2.htmlRecreating a layout