Guys can someone clearly explain to me how to insert an image in an HTML file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys can someone clearly explain to me how to insert an image in an HTML file

I tried this and it failed <img src="https://www.istockphoto.com/es/foto/tesla-modelo-s-p90d-completo-de-lujo-coche-el%C3%A9ctrico-gm519052234-90352653?phrase=Tesla.jpg" alt="Tesla car" style="width=100px; height=100px;>

19th Aug 2022, 7:07 AM
Ayebazibwe Morris
Ayebazibwe Morris - avatar
4 Answers
19th Aug 2022, 7:32 AM
A͢J
A͢J - avatar
+ 3
Try downloading the photo, upload it to dropbox or imgur, get the link you get after your photo is uploaded, paste the link inside image's src .jpg
19th Aug 2022, 7:19 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
19th Aug 2022, 10:59 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
Ayebazibwe Morris the src attribute needs to contain a link to an image. You put a link to a webpage (which shows an image)
19th Aug 2022, 6:39 PM
John Doe