A video that will start over again, every time it is finished:
![]()
The loop attribute is supported in all major browsers.
Note: Internet Explorer 8 and earlier versions, do not support the <video> tag.
The loop attribute is a boolean attribute.
When present, it specifies that the video will start over again, every time it is finished.
The <video> tag is new in HTML5.
In XHTML, attribute minimization is forbidden, and the loop attribute must be defined as <video loop="loop">.
HTML <video> tag
Your message has been sent to W3Schools.