video标签

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <video autoplay controls>
            当前浏览器不支持 video直接播放
            <source src="voide/flower.mp4">
            <source src="voide/flower.webm">
            <embed src="voide/flower.mp4" type="voide/mp4" width="100px" height="100px">
        </video>
    </body>
</html>

  

posted @ 2022-05-03 22:00  氯丙嗪  阅读(23)  评论(0编辑  收藏  举报