The <audio> element is used to embed audio content in an HTML document without requiring any additional plug-in like Flash player.
Example of Code:
<audio src="https://www.computerhope.com/jargon/m/example.mp3" controls>
<p>If you are reading this, it is because your browser does not support the audio element.</p>
</audio>
Output
Listen Following audio file
