Given the following code snippet, what does the loop attribute do?
<audio loop>
<source src="audio.mp3" type="audio/mp3">
</audio>
Given the following code snippet, what does the loop attribute do?
<audio loop>
<source src="audio.mp3" type="audio/mp3">
</audio>