<header>
Masthead and Logo go here

Code in CSS: header {background-color:#369; color:white; font-size:24px; text-align:center}
Code in Body: <header>, text, </header>

<main>

This is an H1 Title

This is a simple DIV and HTML5 semantic struture demo. It is in the body with the <main> element. The main content of the page goes here. Between the <main> and closing </main> tags is an <h1> tag and several <p> tags.

The CSS defines the #wrapper id/div, then the HTML5 semantic stucture elements: header, nav, main and footer

Right-click to View Source and see the simple DIV structure.