how can i put my photo in HTML from iphone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can i put my photo in HTML from iphone?

18th Jul 2022, 5:19 PM
Lakarov
Lakarov - avatar
3 Answers
+ 3
You can't do so with SoloLearn, in SL you can only Take Pictures from online. So your Possibility would be to Upload your Picture online and then give the Link. edit: the Code for that would be <img src="URL(with https:// before)/filepath">
18th Jul 2022, 5:25 PM
Felix Alcor
Felix Alcor - avatar
+ 1
<img src="img.jpg"> use this structure you can add photo in html
19th Jul 2022, 5:11 PM
Sohel Rana
Sohel Rana - avatar
0
Felix Alcor thank you, i was thinking that it possible with icloud link, but guess i was wrong :(
18th Jul 2022, 5:50 PM
Lakarov
Lakarov - avatar