+ 3
How can i add image if i want to create a sample codes here? I want to get photo from my gallery..
Web Html css
3 ответов
+ 10
If it's from mobile do something like this:
<img src="file:///sdcard/Pictures/Pictures/Paradise.jpg" />
+ 5
if you want to show image here you can upload it internet at any storage services and then share and use the sharable link as src
+ 2
thank you!