I have written the following HTML. I would like to show the smaller picture. But allow a person to enlarge the picture by clicking the word enlarge. However, it does not work.
<html>
<head><title>test image</title></head>
<body>
<img src="car.jpg" width="130" height="90" align="left" vspace="0" hspace="0">
<a href=" image src="car.jpg" width="200" height="250" alt="car.jpg" >enlarge </a>
</body>
</html>
<html>
<head><title>test image</title></head>
<body>
<img src="car.jpg" width="130" height="90" align="left" vspace="0" hspace="0">
<a href=" image src="car.jpg" width="200" height="250" alt="car.jpg" >enlarge </a>
</body>
</html>