Why doesn't this work? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Why doesn't this work?

Why doesn't my HTML code work I've spent ages trying to figure it out but I can't. Can someone help please? <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://goo.gl/images/4R83MG" alt="race car"> </body> </html>

18th Dec 2017, 5:41 PM
Clarke
Clarke  - avatar
7 ответов
+ 5
If you follow the link you enteted, choose the option to "view original image" and you'll get this url which should be valid: https://static.pexels.com/photos/158971/pexels-photo-158971.jpeg
18th Dec 2017, 7:10 PM
Duncan
Duncan - avatar
+ 5
It should end with .jpg, jpeg, or png.
18th Dec 2017, 7:01 PM
Learnsolo
+ 3
everything is clear, you use the wrong link, it should not be short, it should be in the correct format: jpg, jpeg, png, and others, by the way here is an example of the link com/my-image.jpg, and then you will all be displayed! :) Also here is a link to the site of the file manager who has the full link :) https://imgbb.com
18th Dec 2017, 5:56 PM
James16
James16 - avatar
+ 1
i think u use wrong url link in your code use this link, this is proper link https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQfZAb0Xu_WmV0Vu2uO3Ofykh4DPZhLkxCFrGQHwjnIOcLMEK3pew
18th Dec 2017, 5:53 PM
🇮🇳ankitpateldev👔
🇮🇳ankitpateldev👔 - avatar
+ 1
thanks i need this type of site.👍 https://imgbb.com
18th Dec 2017, 5:58 PM
🇮🇳ankitpateldev👔
🇮🇳ankitpateldev👔 - avatar
+ 1
Thanks
18th Dec 2017, 6:15 PM
Clarke
Clarke  - avatar
+ 1
Thank you guys-especially Duncan I got it! 👌👍☺️
18th Dec 2017, 7:49 PM
Clarke
Clarke  - avatar