How do I add audio or music to my web page?
The following code runs a music player powered by HTML5.
<audio controls> <source src="link_music_file" type="audio/mpeg"> </audio>
If your audio file is available locally on your device, please upload the music file to your website using a FTP client.