+ 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)
+ 9
your welcome
+ 8
For example:
find the img on the net, right , the copy image address.
Simple as that!đ
+ 8
no no no!
+ 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.
+ 7
the image drc must be the internet src
+ 2
save the image in same folder, it's only applicable for local host
+ 1
when u make a folder where the code is inside. Add the pic in the folder. Then type <img src="blablabla.jpeg" />