<html>
<body>
<audio controls muted>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<p><b>Note:</b> The muted attribute is not supported in IE 9 (and earlier) or Safari 6 (and earlier).</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_audio_muted by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:16:57 GMT -->
</html>