How do I Upload image file on sololearn 's HTML/CSS/JS Coding ground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I Upload image file on sololearn 's HTML/CSS/JS Coding ground?

Uploading Image file

12th May 2017, 3:15 AM
SHIRISH SHIROOR
SHIRISH SHIROOR - avatar
6 Answers
+ 1
sorry didn't get you "just display it using img tag?
12th May 2017, 3:26 AM
SHIRISH SHIROOR
SHIRISH SHIROOR - avatar
+ 1
About the actual point in your question: You can just upload images as your avatars, they cannot be uploaded in HTML/CSS/JS section.
12th May 2017, 3:41 AM
NepZ
NepZ - avatar
+ 1
thanks "or" in the first answer confused me
12th May 2017, 3:43 AM
SHIRISH SHIROOR
SHIRISH SHIROOR - avatar
0
You can't upload it. Upload it somewhere else and make a link to your image or just display it using <img> tag.
12th May 2017, 3:20 AM
NepZ
NepZ - avatar
0
Upload it at some else website and display it in the code section. There are many ways to display it, one of the thing you can do is: use the html <img> tag to display your image using the src attribute. For example:<img src="website/yourimage.jpg">
12th May 2017, 3:36 AM
NepZ
NepZ - avatar
0
Seemed so and welcome.
12th May 2017, 3:52 AM
NepZ
NepZ - avatar