+ 2

How to make image be a hiperlink to another webpage? Or, can we do that in HTML?

23rd Aug 2016, 7:37 AM
Đorđe Ristić
Đorđe Ristić - avatar
4 Réponses
+ 4
<a href="#"> <img src="#" alt="#"></img> </a> add img tag in between the link tag
24th Aug 2016, 12:31 AM
SG2
SG2 - avatar
+ 2
You can do that. I believe you just put an a href tag in the image tag, but I'm not sure since I haven't done it myself for awhile. Google or other search engines should have tutorials and good places to find more information.
23rd Aug 2016, 12:21 PM
bae._.coder
bae._.coder - avatar
+ 2
Thanks :)
23rd Aug 2016, 12:34 PM
Đorđe Ristić
Đorđe Ristić - avatar
0
np
23rd Aug 2016, 12:41 PM
bae._.coder
bae._.coder - avatar