Bạn có thể chỉnh sửa code bên dưới:
Xem kết quả
<!DOCTYPE html> <html> <body> <video controls autoplay> <source src="../public/home/file/bunny.mp4" type="video/mp4"> </video> <br> <video controls> <source src="../public/home/file/bunny.mp4" type="video/mp4"> </video> </body> </html>