+ 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.
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).
+ 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"



