0 / 60 seg.

Given the following code snippet, what does the loop attribute do?

<audio loop>
  <source src="audio.mp3" type="audio/mp3">
</audio>