0
How to but image on html iam using iphone x btw
How to but image on html iam using iphone x btw
3 Réponses
+ 5
How to upload image on cloud
1. First import picture on dropbox
2. Click on copy link of your image
3. Paste this in url src path
4. Remove the value where you see "0" to 1
5. Finally you added an image in your website
6. Enjoy happy coding
+ 5
Are you trying to attach the image from your device to a code on sololearn playground? It won't work, as sololearn playground does not have access to your local storage.
Eg:
<img src="forhtml/ganstas.jpg">
But you can add image from cloud
Eg:
<img src="https://www.w3schools.com/images/w3schools_green.jpg">
0
Thank u so much for helping🫠