首页 > Web开发 > 详细

Html5 Video的使用

时间:2016-10-15 22:07:55      阅读:189      评论:0      收藏:0      [点我收藏+]
 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>Document</title>
 6     <style type="text/css">
 7         .center{
 8             margin: 0 auto;
 9             text-align:center;
10         }
11     </style>
12 </head>
13 <body>
14    <div class="center">
15     <video src="media/loveliness.mp4" controls height="600px"  autoplay width="1024px" preload="auto"></video>
16     </div>
17 </body>
18 </html>

 

 

Html5 Video的使用

原文:http://www.cnblogs.com/taidou/p/5965215.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!