首页 > 代码库 > Html5 Video的使用
Html5 Video的使用
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>
<style></style>
Html5 Video的使用
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。