HTML <video> muted attribute
Definition and usage
muted
The attribute 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 to fully support this property.
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
30.0 | 10.0 | 11.0 | 5.0 | Support |