+ 1
How to add image
How do i add an image for html? (I’m on ios and using mobile)
6 Respuestas
+ 4
Max Wolfrum
Follow The Guidelines
Your Reply is AI Generated
https://www.sololearn.com/discuss/3021159/?ref=app
+ 2
see:
https://www.sololearn.com/Discuss/3320078/?ref=app
if you need help, show your code
+ 2
Use this:
<img src="image-link" alt="description">
On iOS, go with an online image link—local files won’t show in most mobile editors
+ 2
Heres a clean answer:
• You can add images simply using the syntax <img src='url'>. But this won't work in editors like SoloLearn
• To do this on SoloLearn, you can upload your image to imgbb.com which would then give you a url of your image which can be used anywhere
0
Unknown Decoder (Ayush Kumar Singh) , Dropbox will also work, right?
0
Do you mean local image from your mobile? Perhaps you should share the link to your code.