how to add audio file in html code example Example: how to embed audio in html <audio controls> <source src="name.mp3" type="audio/mp3" /> </audio>