Prop Video Muted
π
2026-06-19 | π JavaScript
# HTML DOM Video muted Property
[ Video Object](#)
## Example
Mute the video's sound:
document.getElementById("myVideo").muted = true;
[Try it Yourself Β»](#)
* * *
## Definition and Usage
The `muted` property sets or returns whether a video should be muted (sound turned off).
This property reflects the `