+ 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
3 Respostas
+ 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.
0
We can upload images by using <img src="paste here image url">