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