HTML <audio> muted Attribute

Definition and Usage

muted This is a boolean attribute.

If this attribute 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 attribute.

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