+ 1
Is it possible to upload an audio file from your downloads in HTML and if it is how do you do it
It is is in html
3 Réponses
+ 5
//<audio> tag is used for that
<audio src="audio.mp3" controls>
Audio element not supported by your browser
</audio>
//on sololearn
https://www.sololearn.com/learn/HTML/2193/
https://www.sololearn.com/discuss/335228/?ref=app
+ 3
//Your welcome
+ 1
Thanks👍