ka maaf, ini saya salahnya dimana ya, saya sudah mencocokan sama dengan contoh yang sebelumnya tapi masi salah terus.
<head>
<title>Layout Website</title>
</head>
<body>
<header>My Header</header>
<nav>
<a href="https://skilvul.com">Home</a>
<aside>
<div>
Welcome!
</div>
</aside>
<section>
<article>login</article>
<article>Signup</article>
</section>
<footer>Skilvul Copyright</footer>
</body>