+ 2

How do I name an image from a website?

I see in the example that it shows a img.tree but when I try to put my own image in I don't know how to name it with the link. please help.

3rd Sep 2016, 2:31 AM
Nathan Parlow
Nathan Parlow - avatar
2 Antworten
+ 1
Are you learning html with your pc? than put the img in the same directory of your test.html file and write in the img src "mi_image_name.jpg" (.jpg or .png...it depends by your image extension).
4th Sep 2016, 10:39 PM
Antonio Panfili
+ 1
<img src = "tulips.jpg"> in double inverted commas use full image destination like "C:\user\my pictures\tulips.jpg" and if the file is in same folder with image then u can just put the name with extension "tulips.jpg"
7th Sep 2016, 4:28 PM
Shrangi Soni
Shrangi Soni - avatar