words per minute
2
Noko_Lautze
00:00
Speed
<DOCTYPE! html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Basic html layout example</title>
</head>
<body class="hello">
<header>
<h1>< header ></h1>
</header>
<nav>
< nav >
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</nav>
<section>
< section >
<header>< header ></header>
<article>< article ></article>
<footer>< footer ></footer>
</section>
<aside>
< aside >
</aside>
<footer>
< footer >
</footer>
</body>
</html>