xxxxxxxxxx
<html>
<head>
<title>Document title</title>
</head>
<body>
<main>
<header>
<h1>Heading</h1>
</header>
<p>This is a paragraph</p>
</main>
<aside>
<h3>Navigation</h3>
<ul>
<li>Home</li>
<li>Another article</li>
</ul>
</aside>
</body>
</html>