xxxxxxxxxx
<html>
<body>
<h1>Controls Attribute Example for the Audio Element</h1>
<p>
The following example sets the Audio Player display the controls.
</p>
<figure>
<figcaption>Listen to the Dog Bark:</figcaption>
<audio
controls
src="https://upload.wikimedia.org/wikipedia/commons/5/58/Barking_of_a_dog_2.ogg"
>
Your browser does not support the
<code>audio</code> element.
</audio>
</figure>
</body>
</html>