Easy Tutorial
❮ Tag Option Att Img Hspace ❯

HTML Audio/Video DOM defaultMuted Property

HTML Audio/Video DOM Reference Manual

Example

Set video to default mute:


Definition and Usage

The defaultMuted property sets or returns whether the audio/video is muted by default.

Setting this property only changes the default mute state, not the current one. To change the current mute state, use the muted property.


Browser Support

Only Chrome and Safari 6 support the defaultMuted property.


Syntax

Set the defaultMuted property:

Return the defaultMuted property:

Property Values

Value Description
true Indicates that the audio/video is muted by default.
false Default. Indicates that the audio/video is not muted by default.

Technical Details

Return Value: Boolean, true false
Default Value: false
--- ---
❮ Tag Option Att Img Hspace ❯