Section 1

This is the top of the page. This is where most sites put their header and logos. Some sites also place their navigation up here. From an HTML standpoint, this comes first.

This is where the "header" stuff would go

Section 2

This is the left side of the page.This is where many sites put their navigation. From an HTML standpoint, this comes second.

This is where the "navigation" stuff would go

Section 3

This is the middle of the page. This is where most sites put the page's content. As you can predict, this comes third in the HTML.

This is where the "content" div will place its content

Section 4

This is the right side of the page. This is where many sites put their secondary navigation or supplementary information. This comes fourth in the HTML.

if you're using a 3-column design, this is where the "footer.php" file would BEGIN

Section 5

This is the bottom of the page. This is where many sites put copyright information or secondary navigation. This always comes last in the HTML.

This is the "footer" area.