Basic Structure
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Window Title</title>
</head>
<body>
<h1>This is my first HTML page</h1>
<p>This is an exercise to get me used to HTML structure.</p>
<h2>I am reading HTML and CSS by Jurgen Wolf</h2>
<p>I am only on chapter two but it seems like a really good resource for beginners</p>
</body>
</html>