Horje

How to add A song that will start over again, every time it is finished

Audio Example.
index.html
Example: HTML
<audio controls loop>
  <source src="https://download.samplelib.com/mp3/sample-3s.mp3" type="audio/ogg">
  <source src="https://download.samplelib.com/mp3/sample-3s.mp3" type="audio/mpeg">
  Your browser does not support the audio element.
</audio>

Output should be:

How to add A song that will start over again, every time it is finished




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin