ئۈنۈم رەسىم
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>视频插入</title>
</head>
<style>
.vedio{
margin-top:300px;
</style>
<body>
<table class="vedio" align="center" border="3" background="image/music .jpg" width="800" height="500">
<tr>
<td align="center">
<!--所有浏览器都支持-->
<video src="vedio/vedio1.mp4" controls="controls" width="650" height="320" autoplay="autoplay"></video>
<!--部分浏览器不支持,仅支持fire fox和EDGE等等-->
<!--<embed src="vedio/vedio1.mp4" controls="controls" width="300" height="320" autoplay="autopay">-->
</td>
</tr>
</table>
</body>
</html>
<style>
|