2025-01-24 14:21:15 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
2025-01-24 14:52:14 +01:00
|
|
|
<head>
|
2025-01-26 15:52:36 +01:00
|
|
|
<link rel="stylesheet" href="style/main.css">
|
2025-01-24 14:52:14 +01:00
|
|
|
<title>Title.</title>
|
|
|
|
</head>
|
2025-01-24 14:21:15 +01:00
|
|
|
|
2025-01-24 14:52:14 +01:00
|
|
|
<body>
|
2025-01-24 14:21:15 +01:00
|
|
|
|
2025-01-24 14:52:14 +01:00
|
|
|
<header>
|
|
|
|
Header.
|
2025-01-24 17:42:50 +01:00
|
|
|
<img src="images/logo.svg" alt="Logo of the website.">
|
2025-01-24 14:52:14 +01:00
|
|
|
</header>
|
2025-01-24 14:36:15 +01:00
|
|
|
|
2025-01-24 14:52:14 +01:00
|
|
|
<main>
|
2025-01-24 14:21:15 +01:00
|
|
|
|
2025-01-24 14:52:14 +01:00
|
|
|
<!-- Comment. -->
|
|
|
|
<h1>Root heading</h1>
|
2025-01-24 14:21:15 +01:00
|
|
|
|
2025-01-25 19:42:38 +01:00
|
|
|
<div class="sectionless">
|
|
|
|
<p><span class="thing">It</span> is <strong>important</strong>.</p>
|
|
|
|
<p>Oh yeah, <em>sure</em>…</p>
|
|
|
|
</div>
|
2025-01-24 14:52:14 +01:00
|
|
|
|
2025-01-24 17:42:50 +01:00
|
|
|
<a href="relative/destination">Go elsewhere…</a>
|
|
|
|
|
2025-01-24 14:52:14 +01:00
|
|
|
<section>
|
|
|
|
<h2>A Heading</h2>
|
|
|
|
<ol>Ordered:
|
|
|
|
<li>Some item</li>
|
|
|
|
<li>Another item</li>
|
|
|
|
</ol>
|
|
|
|
<p>Another paragraph.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
2025-01-26 15:33:58 +01:00
|
|
|
<h2><span class="thing">Another</span> Heading</h2>
|
2025-01-24 14:52:14 +01:00
|
|
|
<ul>Unordered:
|
|
|
|
<li>Some item</li>
|
|
|
|
<li>Another item</li>
|
|
|
|
</ul>
|
|
|
|
<time>Time.</time>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
Footer.
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</body>
|
2025-01-24 14:21:15 +01:00
|
|
|
|
|
|
|
</html>
|