+ 1
How to insert image in sololearn code playground in html?
How to insert image in sololearn code playground in html?
11 Respostas
+ 14
1. Upload image to postimage.io,
2. Copy the img tag
3. Paste it to Code Playground.
+ 13
like this:
<img src="but the url of the image here">
+ 7
For sololearn programs you can't put images stored on your device so you might have to use a CDN (content delivery network) to link images in the page or use data uri images by converting your images into text that HTML can display as a image..
You can convert your images here
https://websemantics.uk/tools/image-to-data-uri-converter/
https://code.sololearn.com/WC54BZf4fJ94/?ref=app
+ 2
Thx But Is Still Not Coming
0
What url can we paste give an example.@Amjad
0
thanks a lot to all bro
0
you have to have a dropbox or any cloud drive
that makes it easier
0
Hey May I get the info for adding images from our tablets?
0
pls give me a sample code just inserting one image as an example
- 3
in HTML
- 3
I want to insert an image from google.
How to do that ?