When anybody click the image....user jump to other page link.....can I add href to image...??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

When anybody click the image....user jump to other page link.....can I add href to image...???

26th Apr 2018, 6:26 AM
Rishi Kumar.S
Rishi Kumar.S - avatar
5 Answers
+ 4
<a href="wikia.com" > <img src="blob.png" > </a>
26th Apr 2018, 6:31 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 3
Try this: <a href="http://WEB-URL.com"><img src="IMAGE.jpg" alt=""/></a>
26th Apr 2018, 7:08 AM
Abraham N. Mulbah
Abraham N. Mulbah - avatar
+ 1
I'm not sure, but you can wrap the image in an a tad lounge this : <a href=""><img src =""></a>
26th Apr 2018, 6:44 AM
Bukola Bisuga
Bukola Bisuga - avatar
+ 1
Thanks
9th May 2018, 12:56 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar
+ 1
<a href="http://sololearn.com" target="_self"><img src="max. jpeg" alt="This is max image."/></a>
23rd Jul 2018, 2:12 PM
Maxwell D. Dorliea
Maxwell D. Dorliea - avatar