HTML image source | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML image source

Hi I want to put an image on my first HTML Blog but i don't know if its even possible to insert an image from my phone. I was searchin the path and copy+paste it but it didn't work. I wrote it like that: <img src="/storage/emulated/0/DCIM/Camera/IMG_..... .jpg

11th May 2020, 4:33 PM
Robin Flickinger
Robin Flickinger - avatar
2 Answers
+ 1
Upload your image to i.ibb.co and follow the procedure to get a valid link to the image, you can then use this link inside an img tag like this <img src="that/link">
12th May 2020, 9:49 AM
ℤ𝕚𝕔𝕔𝕠
ℤ𝕚𝕔𝕔𝕠 - avatar
0
.jpg /> i closed the tag of course
11th May 2020, 4:34 PM
Robin Flickinger
Robin Flickinger - avatar