<!DOCTYPE html>
<html>
 <head>
  <title>Website Design</title>
 </head>
 <body>
  <header style ="background-color: lightgreen;" >
   <div><img src = "img/logo.PNG" /></dif>
   <nav>
    <ul>
     <li><a href="/index.html">Home</a></li>
     <li><a href="/sources.html">Sources</a></li>
     <li><a href="/about.html">About</a></li>
    </ul>
   </nav>
  </header>
  <section>
   <p>The initial steps of creating a website, involved downloading <b>Sublime Text</b>, and signing up for a <b>Geocities</b> account.</p>
  </section>
  <footer>
   &copy; 2019 Brandi Farnum; Student of SNHU
  </footer>
 </body>
</html>