0
How can I add my gallery photo to my html project
4 Respostas
+ 3
You can’t directly add images from your gallery to SoloLearn. What you gotta do is upload the image to a site like Imgur, Postimages, Dropbox or even Google Drive (just make sure the link is public). Then, use that image link in your HTML like this:
<img src="https://your-image-link.jpg" alt="Your image">
That’s it—your image will show up just fine.
+ 2
Or Check Out This Thread
https://www.sololearn.com/discuss/3232922/?ref=app
0
Ok