An <audio> element with browser default controls:
![]()
The controls attribute is supported in Internet Explorer 9+, Firefox, Opera, Chrome, and Safari.
Note: Internet Explorer 8 and earlier versions, do not support the <audio> tag.
The controls attribute is a boolean attribute.
When present, it specifies that audio controls should be displayed.Audio controls should include:
The <audio> tag is new in HTML5.
In XHTML, attribute minimization is forbidden, and the controls attribute must be defined as <audio controls="controls">.
HTML <audio> tag
Your message has been sent to W3Schools.