Hi everyone, newbie at html here again! I'm really struggling, I have an assignment where I add logos to my page and nothing is working. I used the Markup Validation webiste to try to pinpoint where I went wrong in my coding but I can't figure it out. When I reload the file I get an error response, the page won't even load. Any suggestions? Thanks!
<!DOCTYPE html>
<html lang="en">
<head>
<title>Prime Properties</title>
<meta charset="utf-8">
<link href="prime.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<h1><img src="primelogo.gif" alt="Prime Properties" height="86"
width="640"></h1>
<div class="nav">
<a href="index.html"><img src="primehomebtn.gif" alt="Home" width="120"
height="40"></a> <a href="listings.html"><img
src="primelistingsnav.gif" alt="Listings" width="120" height="40"></a>
<a href="financing.html"><img src="primefinancingnav.gif"
alt="Financing"></a> <a href="contact.html"><img
src="primecontactnav.gif" alt="Contact" width= "120" height= "40"
></a></div>
<p>Prime Properties is prepared to market and sell your property.</p>
<p>The
philosophy of Prime Properties is to promote our clients, not ourselves.
</p>
<p>We can also help you find the property that meets your needs:</p>
<ul>
<li>location</li>
<li>price</li>
<li>features</li>
</ul>
<div
class="contact">Prime Properties<br>
3055 Bode Road<br>
Schaumburg, IL 60194<br>
<br>
847-555-5555 <br> <br></div><div
class="nav"><a href="index.html">Home</a> <a
href="listings.html">Listings</a> <a
href="financing.html">Financing</a> <a
href="contact.html">Contact</a></div>
<div id="footer">Copyright © 2013
Prime Properties<br>
<a
href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com
</a></div>
</div>
</body>
</html>