<!DOCTYPE html> <html> <body> <p>The loop attribute represents that audio plays automatically from the start when it reaches at the end.</p> <audio src="files/sample.mp3" controls loop> </audio> </body> </html>
Run
×
Share