Main Content Area

This area is where I would have the main content of my webpage. This content most likely changes from page to page. The Banner Area and the Footer area most likely are consistent from page to page, helping to give the webpage/website a uniform look overall.

The H1, H2 and P tags were all specifically styled for the areas they are in. I can use the same tags, but have them look completely different by defining styles for the specific areas they are in. I am using IDs to define the areas and then using the IDs in my CSS to give style to tags that vary depending on the location they are in.

The Banner area uses the H1 and p tag.
The Nav area uses the h3 and the a tags
The MainContent has the h2 and p tag.
The Footer has the p tag and the a tag
They all look different.