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> &nbsp;&nbsp;<a href="listings.html"><img 

src="primelistingsnav.gif" alt="Listings" width="120" height="40"></a> 

&nbsp;&nbsp;<a href="financing.html"><img src="primefinancingnav.gif" 

alt="Financing"></a> &nbsp;&nbsp;<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> &nbsp;&nbsp;<a 

href="listings.html">Listings</a> &nbsp;&nbsp;<a 

href="financing.html">Financing</a> &nbsp;&nbsp;<a 

href="contact.html">Contact</a></div>
<div id="footer">Copyright &copy; 2013 

Prime Properties<br>
<a 

href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com

</a></div>
</div>
</body>
</html>

Recommended Answers

All 2 Replies

I don't visually see an issue but will check the code on a computer later today. What is the error you are getting?

What do you mean by nothing is working? The logo is not showing? Try checking the location of your logos

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.