How can I put photos location from my gallery to my code??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I put photos location from my gallery to my code???

28th Oct 2023, 9:37 PM
Christ Genshin
Christ Genshin - avatar
3 Answers
+ 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" >
28th Oct 2023, 11:15 PM
BroFar
BroFar - avatar
+ 1
29th Oct 2023, 4:19 AM
๐ŸŒ๐ŸŒŽ๐ŸŒแด€ษชแด๐ŸŒŽ๐ŸŒ๐ŸŒแดตโฟแตƒแถœแต—โฑแต›แต‰
๐ŸŒ๐ŸŒŽ๐ŸŒแด€ษชแด๐ŸŒŽ๐ŸŒ๐ŸŒแดตโฟแตƒแถœแต—โฑแต›แต‰ - avatar
+ 1
use <img src=""> function in html
29th Oct 2023, 12:49 PM
Alhaaz
Alhaaz - avatar