Easy Tutorial
❮ Av Event Seeked Att Area Shape ❯

HTML <video> loop Attribute

HTML <video> Tag

Example

A video element set to loop:


Browser Support

All major browsers support the loop attribute.

Note: Internet Explorer 8 and earlier versions do not support the <video> tag.


Definition and Usage

The loop attribute is a boolean attribute.

The loop attribute specifies that the video will start over again, every time it is finished.

If this attribute is set, the video will loop continuously.


Differences Between HTML 4.01 and HTML5

The <video> tag is new in HTML5.


Differences Between HTML and XHTML

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


Syntax

❮ Av Event Seeked Att Area Shape ❯