Html程序  |  10行  |  217 B

<!-- This is a test html file for video test. -->
<html>
<body>
    <video id='testvideo' controls muted autoplay name='media'>
        <source src='video.mp4' type='video/mp4'>
    </video>
</body>
</script>
</html>