How to let a image be a link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to let a image be a link

Hey, pls can someone tell me how to let image be a link.

17th Apr 2022, 4:58 PM
Elijah Adebanwo
Elijah Adebanwo - avatar
2 Answers
+ 3
put your image in anchor tag e.g: <a href="domain.example" > <img src="" /> </a>
17th Apr 2022, 5:09 PM
Shahghasi Adil
Shahghasi Adil - avatar
0
Thanks.
17th Apr 2022, 5:13 PM
Elijah Adebanwo
Elijah Adebanwo - avatar