HTML Help - Image appears as a blank box in Chrome
<html>
<style>
p
{text-align:center;
}
u1
{list-style-type:none;
margin:0;
padding:0;
}
li
{display:inline;
}
</style>
<body>
<title>Classic Touch</title>
<p><font size="6">Classic Touch</p>
<br>
<br>
<u1>
<font size="4">
<li><a href="#home">Home</a></li>
<li><a href="#contact Us">Contact us</a></li>
</u1><br><br>
<p1>Classic Touch reflects the vision of its founders, to provide piecework of
functionality, quality, and exceptional design to the retail market. Whether
contemporary or traditional, every collection expresses their passion to
transformation in nature combined with gentle nuances to detail.
Classic Touch’s expanding lines of designer products lustrously articulated and
infused with pizzazz have metamorphosed our wholesale company into a name synonymous
with expert craftsmanship. The beautification and verve achieved by fusing a vibrant
color palette is a result of team spirit, creativity, and integrity.
By combining innovative style, modern artisanal sensibility, and customer first
focus Classic Touch has become the interpretation of superiority in the lines of
home, gift, and table decor</p1>
<br>
<img scr="style1.jpg" width="304" height="228">
</body>
</html>But, I am getting the output as follows:
Can you guys help me, where I am going wrong?

