HTML Audio/Video DOM Reference
Turn off sound for the video:
The muted property sets or returns if the audio/video should be muted (sound turned off).
![]()
The muted property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
Set the muted property:
Return the muted property:
| Value | Description |
|---|---|
| true | Indicates that the sound should be turned OFF for the audio/video |
| false | Default. Indicates that the sound should be turned ON for the audio/video |
| Return Value: | Boolean, true|false |
|---|---|
| Default Value: | false |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.