HTML <audio> muted attribute

Definition and usage

muted The attribute is a boolean attribute.

If this property is set, it specifies that the audio output should be muted.

Example

Muted audio:

<audio controls muted>
  <source src="horse.mp3" type="audio/mpeg">
  <source src="horse.ogg" type="audio/ogg">
  Your browser does not support the audio tag.
</audio>

Try it yourself

Syntax

<audio muted>

Browser support

The numbers in the table indicate the first browser version to fully support this property.

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
4.0 10.0 11.0 7.1 11.5