By the end of this lesson, you should:
A region is a visual chunk of a Web page. It contains one or more elements. Region are usually visually distinct from other regions on the page.
Web pages are often divided into the following regions:

Figure 1. Regions
Different things are put in different regions.
Not all sites are like this. CoreDogs isn’t, for example. CoreDogs is like this:

Figure 2. Regions in CoreDogs
But the regions in Figure 1 are common.
Here’s a layout that uses three regions.

Figure 3. Regions
The top region has the logo, the site name, and a nav bar. The center region has a page header and content. The bottom region has a nav bar. The left and right regions are not used.
Web sites use some common layout patterns. Find at least two examples of each of the following. Enter the URLs in the solution area.
Five regions

No right region
No left region
No right or left regions
Put the URLs below, like this:
Five regions:
URL 1
URL 2
(Log in to enter your solution to this exercise.)
Here’s a layout again:

Figure 3 (again). Regions
To create this, you need to set the spacing around regions. Let’s see how you do that.