English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
<video> muted attribute usage, the muted attribute is a boolean (Boolean) attribute. The muted attribute sets or returns the audio/whether the video should be muted (turn off the sound).
Muted Video:
<video controls muted> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video>Test to see ‹/›
IEFirefoxOperaChromeSafari
Internet Explorer 10, Firefox, Opera, Chrome, and Safari 6 supports the muted attribute.
Note: Internet Explorer 9 and earlier IE versions do not support the muted attribute of <video>.
The muted attribute is a boolean (boolean) attribute.
The muted attribute sets or returns the audio/whether the video should be muted (turn off the sound).
<video> tag is HTML5 New tags.
In XHTML, attributes are not allowed to be abbreviated, the muted attribute must be defined as <video muted="muted">.
<video muted>HTML <video> tag