xxxxxxxxxx
<html>
<body>
<h1>Audio Tag Example</h1>
<figure style="margin: 0">
<figcaption>Listen to the T-Rex:</figcaption>
<audio controls>
<source
src="https://upload.wikimedia.org/wikipedia/commons/5/58/Barking_of_a_dog_2.mp3"
type="audio/mpeg"
/>
<source
src="https://upload.wikimedia.org/wikipedia/commons/5/58/Barking_of_a_dog_2.ogg"
type="audio/ogg"
/>
<p>Your browser does not support the <code>audio</code> element.</p>
</audio>
</figure>
</body>
</html>