<!DOCTYPE html> <html> <body> <p>The loop attribute represents that video plays automatically from the start when it reaches at the end.</p> <video src="files/Hummingbird.mp4" height="300" width="300" controls loop> </video> </body> </html>
Run
×
Share