Now let's populate the <nav> element. Usually you would have a
UL (unordered list)
in the nav container, each containing an anchor tag (A) to create links, view source. The links might go to places like the Home page, about page, contact page etc. To make this realistic, I'm going to just link to the other pages in this tutorial for you in my nav UL;
<header>: Great place to put the site title
It might be a good idea to have the site name and logo in the header.
And remember to link the logo so it always goes back home.
Yeah that's right, my face is the logo.
This is the actual body content ARTICLE