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