HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

muted

Description

The muted attribute for HTML specifies whether to mute the media resource by default.

Syntax

muted="value"

Values

false

Do not mute the media resource. Default.

true

Mute the media resource.

Examples

1 · HTML · false

2 · HTML · true

3 · JS · false

4 · JS · true