What is the purpose of the loop attribute in an <audio> or <video> element?
<audio controls loop>
<source src="background-music.mp3" type="audio/mpeg">
</audio>
What is the purpose of the loop attribute in an <audio> or <video> element?
<audio controls loop>
<source src="background-music.mp3" type="audio/mpeg">
</audio>