+ 1
How can I put photos location from my gallery to my code???
3 RĂ©ponses
+ 5
Christ Genshin quickest and easiest way is use a hosting service liken to imgbb.com or use Dropbox. For sololearn I find imgbb.com works best for an e-learning environment.
Once you go to that site they will ask you to upload your image from your gallery / photo album...
Then they will create a usable img link which you simply copy and paste in your code-bit here.
Otherwise if you already have a source url then:
<img src=" your image url ending with an extention liken to gif, png, jpg, ogg" alt="your image description" >
+ 1
https://www.sololearn.com/post/1747086/?ref=app
I hope this is helpful for you
+ 1
use <img src=""> function in html