The img tag and a tag example? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

3rd Jun 2020, 9:44 PM
Victor Barrientos
Victor Barrientos - avatar
3 Answers
+ 2
<a href="link"><img src=""></a>
3rd Jun 2020, 9:52 PM
Abhay
Abhay - avatar
+ 1
Shawn here is an example with the <a hyperlink> <img link> then close the </a hyperlink> https://code.sololearn.com/WdZnbvNgcvuT/?ref=app
3rd Jun 2020, 9:56 PM
BroFar
BroFar - avatar
+ 1
Thx! :D
3rd Jun 2020, 10:43 PM
Victor Barrientos
Victor Barrientos - avatar