0
How to let a image be a link
Hey, pls can someone tell me how to let image be a link.
2 Answers
+ 3
put your image in anchor tag
e.g:
<a href="domain.example" > <img src="" /> </a>
0
Thanks.
Hey, pls can someone tell me how to let image be a link.