码迷,mamicode.com
首页 > 其他好文 > 详细

播放video

时间:2016-04-11 22:06:16      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

<html>

<head>
<title> four in one vedio</title>
<style type="text/css">
video.margin {
margin: -7px -10px 0 -2px
}
</style>
</head>

<body class="margin" display:block margin:0px>
<video class="margin" controls="controls" autoplay="autoplay">
<source src="test.mp4" type="video/mp4" ></source>
Your browser does not support the video tag.
</video>

</body>

</html>

播放video

标签:

原文地址:http://www.cnblogs.com/theWayToAce/p/5380038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!