<body>
<header>
<div id="logo">...</div>
<nav>...</nav>
</header>
<main role="main">
<h1>Guitars</h1>
<p>The greatest guitars ever built.</p>
<article>
<h2>Gibson SG</h2>
<p>...</p>
</article>
<article>
<h2>Fender Telecaster</h2>
<p>...</p>
</article>
</main>
<footer>
<address>...</address>
</footer>
</body>
The <address> element is one of the most commonly misunderstood HTML elements. This element is not for marking up postal address, but rather for representing the contact information for an article or web page. This could be a link to the author’s website or their email address.
How to Use The HTML5 Sectioning Elements – https://blog.teamtreehouse.com/use-html5-sectioning-elements