简单教程
提交运行
代码编辑器:
<video width="320" height="240" controls muted> <source src="/static/i/html/html_video_1.mp4" type="video/mp4"> <source src="/static/i/html/html_video_1.ogg" type="video/ogg"> 您的浏览器不支持 video 标签。 </video> <p><strong>注意:</strong> Internet Explorer 9 及更早IE版本不支持 video 的 muted 属性。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: