Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11
Move or copy the image and the html file to the same location/folder and make sure that the name of the image is correctly written in the html file. Here, I am assuming that the image and the html file are in the same location. <img src="webpicture.jpg" /> Be sure of the image format ( .jpg .png .gif)
10th Apr 2017, 10:32 PM
Wisdom Abioye
Wisdom Abioye - avatar
+ 9
your welcome
11th Apr 2017, 6:39 PM
Theprogrammers
Theprogrammers - avatar
+ 8
For example: find the img on the net, right , the copy image address. Simple as that!😊
10th Apr 2017, 10:05 PM
Theprogrammers
Theprogrammers - avatar
+ 8
no no no!
11th Apr 2017, 12:41 PM
Theprogrammers
Theprogrammers - avatar
+ 8
just find the picture on the internet that you want i.e. beach picture then right click on the picture then click "copy image address" go to your code make this <img src="" alt="text for blind ppl" /> then right click in between the parentheses of src and click paste.
11th Apr 2017, 12:45 PM
Theprogrammers
Theprogrammers - avatar
+ 7
the image drc must be the internet src
10th Apr 2017, 10:04 PM
Theprogrammers
Theprogrammers - avatar
+ 2
save the image in same folder, it's only applicable for local host
10th Apr 2017, 10:09 PM
John Watson
John Watson - avatar
+ 1
when u make a folder where the code is inside. Add the pic in the folder. Then type <img src="blablabla.jpeg" />
11th Apr 2017, 11:43 AM
Ivan Bergamo
Ivan Bergamo - avatar