how to put images on codeplayground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

how to put images on codeplayground?

3rd Mar 2018, 10:46 AM
Marlon S. Caisip
Marlon S. Caisip - avatar
5 Answers
+ 7
<img src = "link of image">
3rd Mar 2018, 10:48 AM
Harsh
Harsh - avatar
+ 3
Web codes are the only codes to display graphics. So go to Web, go into HTML and write <img src="url of image">. You can also specify inside the tag the width and the height
3rd Mar 2018, 10:50 AM
Gami
Gami - avatar
+ 3
You can't use the image from your pc or mobile. Please upload it on a online source like https://imgbb.com .And copy paste the link in the IMG tag. <img src="location of file /> These threads could help you. https://www.sololearn.com/discuss/624265/?ref=app Duplicate. https://www.sololearn.com/discuss/976260/?ref=app
3rd Mar 2018, 10:51 AM
Akash Pal
Akash Pal - avatar
+ 1
thanks.
3rd Mar 2018, 11:05 AM
Marlon S. Caisip
Marlon S. Caisip - avatar
0
ues youre very helpful
3rd Mar 2018, 11:24 AM
Marlon S. Caisip
Marlon S. Caisip - avatar