Easy Tutorial
❮ Att Iframe Longdesc Ev Onkeyup ❯

HTML <audio> muted Attribute

HTML <audio> Tag

Example

Audio muted:


Browser Support

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

Note: Internet Explorer 9 and earlier versions do not support the muted attribute.


Definition and Usage

The muted attribute is a boolean attribute.

When present, it specifies that the audio output should be muted.


Differences Between HTML 4.01 and HTML5

The <audio> attribute is new in HTML5.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, and the muted attribute must be defined as <audio muted="muted">.


Syntax


HTML <audio> Tag

❮ Att Iframe Longdesc Ev Onkeyup ❯