WEB-12-HTML5-音频和视频标签的使用

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>Document</title>

</head>

<body>

    <audio src="http://www.ytmp3.cn/down/57340.mp3" controls autoplay></audio>

    <video src="#" poster="#" controls autoplay width="" height=""></video>

        

    

    

</body>

</html>

猜你喜欢

转载自blog.csdn.net/qq_31741481/article/details/86591680