0
The img tag and a tag example?
Someone who knows and sends me an example of how can I make an image linked to a url, and when I touch the image, send it to the url? I didn't understand the explanation very well
3 Answers
+ 2
<a href="link"><img src=""></a>
+ 1
Shawn here is an example with the
<a hyperlink> <img link> then close the </a hyperlink>
https://code.sololearn.com/WdZnbvNgcvuT/?ref=app
+ 1
Thx! :D