+ 6
How can I add img in solo learn
<img src>I tried this way but to no avail
2 Respostas
+ 10
Simply nest <img> tag inside <a> tag
<a href="www.google.com">
<img src="img.jpg"></img>
</a>
https://www.sololearn.com/learn/HTML/1031/?ref=app
<img src>I tried this way but to no avail