Using Built-In CSS Layouts
A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block of the CSS layout is the div tag that acts as a container for text, images, and other page elements, as you did in the previous activity. Creating CSS layouts from scratch can be difficult because there are so many ways to do it. Using the pre-designed CSS layouts that come with Dreamweaver is the easiest way to create a page with a CSS layout.