+ 2
How to make image be a hiperlink to another webpage? Or, can we do that in HTML?
4 Réponses
+ 4
<a href="#"> <img src="#" alt="#"></img> </a>
add img tag in between the link tag
+ 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.
+ 2
Thanks :)
0
np