How can I access an image file in my html file in mobile device ? help me to access the file path. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

20th Aug 2021, 11:57 AM
B2A CLASSES
B2A CLASSES - avatar
2 Answers
+ 4
Upload your images on https://imgbb.com/upload And get link
20th Aug 2021, 12:01 PM
SAN
SAN - avatar
0
Thank you very much
20th Aug 2021, 12:08 PM
B2A CLASSES
B2A CLASSES - avatar