码迷,mamicode.com
首页 > Web开发 > 详细

Html5 Video的使用

时间:2016-10-15 22:08:24      阅读:200      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!