Why there is no image in the output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why there is no image in the output?

I'm trying to make something with css, javascriot, html (web). I need images for that but anything i input doesen't work... Details: I want to make a Magic 8-Ball game. I searched for a outlayer of the Ball in Google, and copied the link to the image. I wrote the code (In <body>): <img src="https://images.app.goo.gl/2oiZCi3nwxzkdZVF7" /> alt="Magic 8-Ball img" What should i do?

10th Jan 2020, 8:03 PM
BlueCodey
BlueCodey - avatar
2 Answers
+ 5
Give us more informations.
10th Jan 2020, 8:07 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 3
Most likely because your link is incomplete. I believe you meant this one: https://cdn.britannica.com/82/191982-131-D3194343/ball.jpg There was recently a very similar question, just in case you want to have a look: https://www.sololearn.com/discuss/2129944/?ref=app
10th Jan 2020, 8:22 PM
Shadow
Shadow - avatar