I tried to add a link of an image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I tried to add a link of an image

I tried to add a link of an image but it doesn't work. What I did is: <a href="http://asciiartist.com/wp/wp-content/uploads/2017/10/spacetravel.png">ship</a> https://code.sololearn.com/Wg8NFj5FwiXe/#html

30th Apr 2018, 9:45 PM
Parsix3
Parsix3 - avatar
3 Answers
+ 5
<img src="link" > not:: <a href="link" ></a>
30th Apr 2018, 10:00 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
Thank you. EDIT: It works. Thank you.
30th Apr 2018, 10:01 PM
Parsix3
Parsix3 - avatar
0
I want to link where I find the image. On Code Playground doesn't work but if I try it on Atom program, link works. This is the code: <i>@Image finded here: <a href="https://www.google.it/search?q=spaceship+ascii&source=lnms&tbm=isch&sa=X&ved=0ahUKEwisibuHguPaAhXEA8AKHfQCBgsQ_AUICigB#imgrc=f4EocKgWCVH3tM:">Here</a></i>
30th Apr 2018, 10:25 PM
Parsix3
Parsix3 - avatar