+ 1
How to add an image? I dont find the arquive in my file Explorer!
Add an image!
3 Respuestas
+ 4
You need to use the <img> tag and you have to know where in your file systems is the image file. You can specify the image address using the"src" parameter like this: <img src="./some_image.gif" />
If you can't find the file using your file Explorer maybe there is not such file in your hard drive
+ 1
in same folder both as smukeliso said, <img src="picture.jpeg"></img>
0
the important thing you have to do is to move your image and place it together with web page in one folder