oncanplay 를 사용할 수 있습니다. 다음 속성에 대한 속성 - , , 및 . 예시 <!DOCTYPE HTML> <html> <body> <video width = "300" height = "200" controls oncanplay = "display()"> <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> <script> alert("I am ready to begin."); </script> </body> </html> HTML에서 <select>에 대해 표시되는 옵션 수를 지정하는 방법은 무엇입니까? HTML에서 요소가 포커스를 잃을 때 스크립트를 실행하시겠습니까? C 프로그래밍 C++ Redis BASH 프로그래밍 Python Java 데이터 베이스 HTML JavaScript 프로그램 작성 CSS Ruby SQL IOS Android MongoDB MySQL C# PHP SQL Server