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