<a href="http://www.google.com">
<img src="D:/MOHIT/HTML/images.jpg" />
</a>
<!DOCTYPE html>
<html>
<body>
<span>Open image link in a new tab:
<a href="http://www.google.com" target="_blank">
<img src="D:/USER/HTML/image.jpg" />
</a>
</span>
</body>
</html>
<a href="link for image to go to">
<img src="path/to/image">
</a>
<a href="#"><img src="image.png"></a>