Easy Tutorial
❮ Av Event Loadstart Att Td Scope ❯

HTML <audio> loop Attribute

HTML <audio> Tag

Example

Set audio to loop:


Browser Support

Internet Explorer 9+, Firefox, Opera, Chrome, and Safari support the loop attribute.

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


Definition and Usage

The loop attribute is a boolean attribute.

When present, it specifies that the audio will start over again, every time it is finished.


Differences Between HTML 4.01 and HTML5

The <audio> tag is new in HTML5.


Differences Between HTML and XHTML

In XHTML, the attribute cannot be abbreviated, and the loop attribute must be defined as <audio loop="loop">.


Syntax


HTML <audio> Tag

❮ Av Event Loadstart Att Td Scope ❯