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