代码编辑器:
x
1
<video width="320" height="240" controls>
2
<source src="/static/i/html/html_video_1.mp4" type="video/mp4" media="screen and (min-width:320px)">
3
<source src="/static/i/html/html_video_1.ogg" type="video/ogg" media="screen and (min-width:320px)">
4
您的浏览器不支持 video 标签。
5
</video>
6
7
<p><b>注意:</b> 目前所有主流浏览器都不支持 media 属性。</p>
8
9
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
10