How to add an image? I dont find the arquive in my file Explorer! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add an image? I dont find the arquive in my file Explorer!

Add an image!

29th May 2016, 11:39 PM
CH Play
CH Play - avatar
3 Answers
+ 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
30th May 2016, 2:09 AM
Nelson Urbina
Nelson Urbina - avatar
+ 1
in same folder both as smukeliso said, <img src="picture.jpeg"></img>
13th Jun 2016, 4:39 AM
Miguel
Miguel - avatar
0
the important thing you have to do is to move your image and place it together with web page in one folder
1st Jun 2016, 5:21 PM
Smukeliso
Smukeliso - avatar