How would I use for example, an audio file in html5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How would I use for example, an audio file in html5?

How do I upload it to my site? Like in the HTML 5 lesson when it is https://www.sololearn.com/uploads/audio.mp3 . Please help?

20th Jan 2017, 6:57 PM
Brady Cook
Brady Cook - avatar
1 Answer
+ 9
<audio src="/uploads/audio.mp3" type="audio/mpeg" controls autoplay>
20th Jan 2017, 6:58 PM
Valen.H. ~
Valen.H. ~ - avatar