+ 2
How do I include an audio file in my html code?
I've been trying to do exactly as taught in my html lessons concerning how to add audio files but it's not working. I did the same for picture files but it did not work until I learnt from others that I had to host the pictures online before I could use them. Do I need to do the same for audio files? If so, how do I do it?
3 Réponses
+ 28
for reference
https://code.sololearn.com/W6bZTEB9B91j/?ref=app
+ 2
https://www.w3schools.com/tags/tag_audio.asp there are lots of materials u can study from this site
hmm and u need to save ur audio file within the folder that contains ur html file :)
+ 2
Thank you all.