<video controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
<video>
标签用于嵌入视频内容。controls
属性添加播放、暂停和音量控件。<source>
标签定义多个视频源文件,浏览器会根据支持的格式选择一个播放。<video>
标签或任何提供的视频格式,则会显示标签内的文本 "Your browser does not support the video tag."。上一篇:html解析器
下一篇:html console
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站