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