0
I recently made a website in my laptop . I insert many photos in this website bt it not shows why ?
All tag and all image in .jpg format i also try every effort bt it not shows.
11 odpowiedzi
- 1
https://code.sololearn.com/Ws6teyT5ti3g/?ref=app
This might help..
+ 10
If you wish to run this code on Sololearn, then you need to upload your images to some hosting services like dropbox.
https://www.sololearn.com/discuss/1054246/?ref=app
And if you are running this code on your laptop on your browser, then try some other images with different formats.
+ 5
If the images are stored/downloaded on your laptop, add the absolute path in your source path in <img src="........." />
OR
Add those images in the folder where your main html file exists.
+ 5
Are your images in the same folder where the html file you are running exists?
+ 5
And what path value you are using in src ?
+ 1
I have to put all the images in same folder and then write the path of that file in src
+ 1
You are to check carefully both the file name and the file extension, so also its recommended to use latest vers of browsers.
0
I do this bt its does not work
0
Yess
0
<img src="example.jpg"/>
0
https://code.sololearn.com/Wh24eihy082u/?ref=app
You can see also in this code