why i have a broken image ? help please[solved] | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

why i have a broken image ? help please[solved]

https://code.sololearn.com/W19r83HQr83A/?ref=app

19th Jan 2021, 4:10 PM
Mark Davis
Mark Davis - avatar
6 ответов
+ 3
The url you put there is a search result webpage. Right click the image, choose Open in New Tab, if you see file extension such as .jpg, that's the right url to put in src attribute.
19th Jan 2021, 4:14 PM
Gordon
Gordon - avatar
+ 3
VitasSalvantes But for the others to see, you need to upload your image to internet so that the others can see it. There are two free hosts : How to host an image, the imgbb way, by Farhanaz 🌟 https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app [Tutorial] Upload content from your device to CodePlayground - The Dropbox way https://code.sololearn.com/WW6t4B73kJVz/?ref=app
19th Jan 2021, 4:24 PM
Gordon
Gordon - avatar
+ 2
The link to the image is invalid in the src attribute! Try this link - https://i.pinimg.com/originals/ff/5a/74/ff5a741afd59d527f4492c593b329106.png
19th Jan 2021, 4:15 PM
Vicky
Vicky - avatar
+ 2
You have one typing mistake. You have wid="100%" instead of width="100%"
19th Jan 2021, 6:17 PM
Chris Coder
Chris Coder - avatar
0
it's been solved thank you highly appreciated :) , been trying to solve this bug for hours
19th Jan 2021, 4:28 PM
Mark Davis
Mark Davis - avatar
0
thanks Chris C. haha didn't even realized
19th Jan 2021, 6:39 PM
Mark Davis
Mark Davis - avatar