Easy Tutorial
❮ Ref Entities Att Embed Type ❯

HTML Audio/Video DOM muted Attribute

HTML Audio/Video DOM Reference Manual

Example

Turn off the sound of the video:


Definition and Usage

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


Browser Support

All major browsers support the muted attribute.

Note: Internet Explorer 8 and earlier versions do not support this attribute.


Syntax

Set the muted attribute:

Return the muted attribute:

Attribute Values

Value Description
true Indicates that the sound of the audio/video should be turned off.
false Default. Indicates that the sound of the audio/video should be turned on.

Technical Details

Return Value: Boolean, true false
Default Value: false
--- ---

❮ Ref Entities Att Embed Type ❯