We can display audio using the <audio> tag as shown below: <audio controls=\"controls\"> <source src=\"test.mp3\" type=\"audio/mp3\" /> </audio>
We can display audio using the <audio> tag as shown below:
<audio controls="controls">
<source src="test.mp3" type="audio/mp3" />
</audio>