+ 6

How can I add img in solo learn

<img src>I tried this way but to no avail

16th Jul 2020, 6:43 PM
Ibnmoosa
Ibnmoosa - avatar
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
16th Jul 2020, 6:51 PM
toto
toto - avatar