how to make image as link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to make image as link

19th Jun 2016, 4:26 PM
Aditya Shidlyali
Aditya Shidlyali - avatar
4 Answers
+ 6
<a href="test.html"> <IMG SRC="test.gif"> </a> at center of the link tags used IMG tags and url of img
19th Jun 2016, 4:48 PM
Ghanshyam Upadhyay
Ghanshyam Upadhyay - avatar
+ 4
nest the image inside a link e.g <a href="http://site.com"> <img SRC="image.jpg" /> <\a>
19th Jun 2016, 4:37 PM
Alex Wood
Alex Wood - avatar
+ 1
put the image tag inside the a tag and give it a look by adding css
19th Jun 2016, 7:04 PM
Nishit Zinzuvadiya
Nishit Zinzuvadiya - avatar
+ 1
<a><img src="path"></img></a>
22nd Jun 2016, 3:44 PM
gandhiyash