How to put images from my phone into the html/css codes???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to put images from my phone into the html/css codes????

5th Jun 2020, 5:40 PM
Hams A. El-Zahaby
Hams A. El-Zahaby - avatar
4 Answers
+ 4
You have to upload them into some server first, for example - imgbb.com Then you will have a path to image and you will be able to use it like <img src="https://...path..." ...
5th Jun 2020, 5:50 PM
Piotr Kraj
Piotr Kraj - avatar
+ 2
Upload the images to Google Drive or Dropbox the use it's link as a link in a src attribute like this <img src="link" alt= "flower"> Hams A. El-Zahaby
5th Jun 2020, 5:59 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Thank you guys❤❤
5th Jun 2020, 6:30 PM
Hams A. El-Zahaby
Hams A. El-Zahaby - avatar
0
The following html tag load your phone image to local webpage. <img src="file:///storage/emulated/0/Download/79169-5.png" /> Please note that this only work on your phone ONLY. If you need your image can be viewed from everyone's browsers use Hatsy Rei's method. -I copied it from another person
29th Sep 2021, 7:54 PM
Serious Sam
Serious Sam - avatar