0
How do I Upload image file on sololearn 's HTML/CSS/JS Coding ground?
Uploading Image file
6 Answers
+ 1
sorry didn't get you "just display it using img tag?
+ 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.
+ 1
thanks "or" in the first answer confused me
0
You can't upload it. Upload it somewhere else and make a link to your image or just display it using <img> tag.
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">
0
Seemed so and welcome.