HTML Audio/Video DOM Reference
Enable controls for a video:
The controls property sets or returns if the browser should display standard audio/video controls.
Standard audio/video controls should include:
![]()
The controls property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
Set the controls property:
Return the controls property:
| Value | Description |
|---|---|
| true | Indicates that controls are displayed |
| false | Default. Indicates that controls are NOT displayed |
| Return Value: | Boolean, true|false |
|---|---|
| Default Value: | false |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.