YouTip LogoYouTip

Prop Video Muted

# HTML DOM Video muted Property [![Image 8: Video Object Reference](#) 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 `
← Prop Video MutedProp Video Mediagroup β†’