How can we add image or upload music in this platform? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can we add image or upload music in this platform?

In main app /computer we can normally has to denote path but I don't know how to do that here

26th Jun 2023, 9:27 AM
Unique
Unique - avatar
3 Answers
26th Jun 2023, 2:51 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 3
To add an image in HTML, write: <img src=your-image-source"> To add an audio in HTML, write: <audio controls> <source src="your-audio-source" type="audio/mpeg"> </audio> This will be explained well in the HTML course. Here is the link to that course: https://www.sololearn.com/learn/courses/html-introduction Hope this helps.
26th Jun 2023, 10:03 AM
Danish Zubair
Danish Zubair - avatar
0
We can upload images by using <img src="paste here image url">
27th Jun 2023, 6:24 PM
Amit Raj
Amit Raj - avatar