xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>Web Day 04</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="box box1">
<h1>Here is my div heading</h1>
<p>Here is a sub-heading</p>
</div>
<div class="box box2"></div>
<div class="box box3"></div>
<footer>
<p>Here is my footer!</p>
</footer>
<div class="box box4">
<p> Here is some stuff bla bla bla</p>
</div>
</body>
</html>