+ 1
How can I access an image file in my html file in mobile device ? help me to access the file path.
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!-- |||||| || || |||||| |||||| |||||| |||||| || ||| ||| || || || || || || || || || |||| || |||||| || || |||||| || || || || || || || || || || || |||||| || || || |||||| || || || |||||| || || |||||||||| || ||| ||| ||| || || |||| || ||| ||||| || || || || ||| ||| |||||| || || |||||||||| --> <img src="image.jpg"> </body> </html>
2 Answers
+ 4
Upload your images on https://imgbb.com/upload
And get link
0
Thank you very much