Easy Tutorial
❮ Tag Basefont Att Table Frame ❯

HTML <video> muted Attribute

HTML <video> Tag

Example

Turn off the video sound:


Browser Support

Internet Explorer 10, Firefox, Opera, Chrome, and Safari 6 support the muted attribute.

Note: Internet Explorer 9 and earlier versions do not support the muted attribute for <video>.


Definition and Usage

The muted attribute is a boolean attribute.

The muted attribute sets or returns whether the audio/video should be muted (turned off sound).


Differences Between HTML 4.01 and HTML5

The <video> tag is a new tag in HTML5.


Differences Between HTML and XHTML

In XHTML, attributes cannot be abbreviated, so the muted attribute must be defined as <video muted="muted">.


Syntax


❮ Tag Basefont Att Table Frame ❯