ใช้ ลูป แอตทริบิวต์เพื่อระบุว่าเสียง/วิดีโอจะเริ่มต้นใหม่อีกครั้ง คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้งานลูป แอตทริบิวต์ −
ตัวอย่าง
<!DOCTYPE HTML> <html> <body> <video width = "300" height = "200" controls loop> <source src = "/html5/foo.ogg" type = "video/ogg" /> <source src = "/html5/foo.mp4" type = "video/mp4" /> Your browser does not support the video element. </video> </body> </html>