How do I /actually/ link mp3 into html?
问题 I've just started learning how to use this; unsure on how linking audio files into the script works. All I'm trying to do is have a small audio player. <audio controls width="100" height="100"> <source src="somethin.mp3" type="audio/mp3"> <!-- Fallback for older browsers --> Your browser doesn't support html5 audio </audio> 回答1: It all depends on the file location. For your script above you would put your somethin.mp3 in the same location as you html file. If you want to put it in a sub