HTML loop Attribute

HTML loop Attribute: The HTML loop attribute is defined as a Boolean attribute. It specifies that the audio will start over again every time it is finished.

HTML loop Attribute

The HTML loop attribute can be applied to <audio> and <video> elements. The <video> and <audio> tag does not support in HTML 4. While it was supported in HTML5.

Browser Support

The HTML loop attribute is supported by the following browsers:

  • Chrome-4.0
  • Firefox-3.5
  • Opera-10.5
  • Safari-4.0
  • Internet Explorer-9.0