Source


<html> <head> <title>Image Links Demo</title> </head> <body> <a href="page1.html"><img src="img1.jpg" width="100" height="100" alt="image 1"/></a><br/><br/> <a href="page2.html"><img src="img2.jpg" width="100" height="100" alt="image 2"/></a><br/><br/> <a href="page3.html"><img src="img3.jpg" width="100" height="100" alt="image 3"/></a><br/><br/> </body> </html>

Output


image 1

image 2

image 3