xxxxxxxxxx
<html>
<body>
<h1>Autoplay Attribute Example for the Audio Element</h1>
<p>The following example sets the Audio Player to automatically play, but muted.</p>
<figure style="margin: 0">
<figcaption>Unmute to listen to the Dog Bark:</figcaption>
<audio
controls
autoplay
muted
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>