+ 5
How to upload an image to a web page on the Solo application
3 Antworten
+ 3
But I tried using the image address from my internal memory but it didn't work
+ 3
<img src="<your image" alt=""/>
note : if you want to put an image In a webpage and the HTML file is in the same directory as the image, Just put the name of the image
of you want to put an image from the web, Copy the link of the image and put in the src
+ 2
I also