0
How do I create the link of a photo of my gallery/file manager so that I can place it in my code?
This question is about a confusion that I have. I want to know how can I create a link of the photos in my phone to place them in my code.
1 ответ
+ 4
I don't know about photos in your phone, but you can create a link of your google drive where u can upload ur images.
By using anchor tag in html5
<a href="Url or path of google drive" >Click to see photos </a>