<header>
Masthead and Logo go here

Code in <style>: header {background-color:#369; color:white; font-size:24px; text-align:center}
Code in <body>: <header>  Masthead and Logo text  </header>

<main>

This is an H1 Title

This is a simple HTML5 semantic struture demo. Notice the organization: <header>, <nav>, <main>, <footer>.  <main> is the main body element. The main content of the page goes here. Just after the <main>  tag is an <h1> tag, followed by several <p> tags.

The CSS defines a #wrapper id/div with background-color:white.

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