+ 1
How to find url of the image in mobiles ?
I'm want to create a background image in excerise.i find the details of the image.bt the compiler does not show the image with txt. example image path is: /storage/emulated/0/whats app/media/whats app profile photos/Ashok Kumar 20270128_201459.jpg
2 Answers
+ 2
you can also upload a whole folder of files with html, css and js and run them for free, on Github.com. you have to host them as github pages, google for github pages for more info.
+ 1
if you want your image to be available from the internet host it on line (e. using dropbox) and link that url in your web page.
(I assume you are using code editor
If you have a server app installed and running on your android device (e. PAW) copy the file in the webpage folder in the server root directory and link them using the fil name.
If you are hosting your webpage exclusively on your local machine (e. using PAW since you are on android) your local url to the image file can be linked via
file://storage/emulated/0/whats app/media/whats app profile photos/Ashok Kumar 20270128_201459.jpg
Be advised that with the second method any client connecting to your Paw server will not be able to see the image unless they have a file on their device with the same path as your file.