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;>
4 Answers
+ 4
Ayebazibwe Morris
You are using page link not image link.
Try this link:
https://media.istockphoto.com/photos/tesla-model-s-p90d-full-electric-luxury-car-picture-id519052234
+ 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
+ 2
Follow these instructions
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
+ 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)