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