<!DOCTYPE html>
<html>
<body>
<audio controls autoplay muted>
<source src="https://www.w3schools.com/html/horse.ogg" type="audio/ogg">
<source src="https://www.w3schools.com/html/horse.ogg" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>