HTML <video> muted attribute
Definition and Usage
muted
This is a boolean attribute.
When this attribute exists, it specifies that the audio output of the video should be muted.
Example
Muted video:
<video controls muted> <source src="shanghai.mp4" type="video/mp4"> <source src="shanghai.ogg" type="video/ogg"> Your browser does not support the video tag. </video>
Syntax
<video muted>
Browser Support
The numbers in the table indicate the first browser version that fully supports this attribute.
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
30.0 | 10.0 | 11.0 | 5.0 | Support |