How to insert image in sololearn code playground in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to insert image in sololearn code playground in html?

How to insert image in sololearn code playground in html?

24th Apr 2017, 9:51 AM
Ayush
Ayush - avatar
11 Answers
+ 14
1. Upload image to postimage.io, 2. Copy the img tag 3. Paste it to Code Playground.
24th Apr 2017, 10:04 AM
Calviղ
Calviղ - avatar
+ 13
like this: <img src="but the url of the image here">
24th Apr 2017, 9:52 AM
Amjad
Amjad - avatar
+ 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
4th Sep 2017, 2:16 AM
Kalo 'smi
Kalo 'smi - avatar
+ 2
Thx But Is Still Not Coming
1st Jul 2019, 11:10 AM
Arhaan Bagewadi
Arhaan Bagewadi - avatar
0
What url can we paste give an example.@Amjad
24th Apr 2017, 9:54 AM
Ayush
Ayush - avatar
0
thanks a lot to all bro
24th Apr 2017, 9:57 AM
Ayush
Ayush - avatar
0
you have to have a dropbox or any cloud drive that makes it easier
24th Apr 2017, 12:04 PM
Abdel
Abdel - avatar
0
Hey May I get the info for adding images from our tablets?
20th Dec 2018, 1:17 PM
Chaitanya Singh
Chaitanya Singh - avatar
0
pls give me a sample code just inserting one image as an example
11th Jun 2019, 7:11 AM
Yogitha Medaboina
Yogitha Medaboina - avatar
- 3
in HTML
20th Dec 2018, 1:17 PM
Chaitanya Singh
Chaitanya Singh - avatar
- 3
I want to insert an image from google. How to do that ?
2nd Jul 2020, 2:35 PM
Ujjwal Rai
Ujjwal Rai - avatar