Rumah > Artikel > hujung hadapan web > video标签是什么意思
video标签是什么意思
video标签定义视频,比如电影片段或其他视频流,目前,video元素支持三种视频格式:MP4、WebM、Ogg,我们可以在video标签之间放置文本内容,这样不支持video元素的浏览器就可以显示出该标签的信息。
html video标签 语法
作用:定义视频,比如电影片段或其他视频流。
说明:可以在开始标签和结束标签之间放置文本内容,这样老的浏览器就可以显示出不支持该标签的信息。
注释:39000f942b2545a5315c57fa3276f220 标签是 HTML 5 的新标签。
html video标签 示例
<!DOCTYPE HTML> <html> <body> <video src="http://www.w3school.com.cn/i/movie.ogg" controls="controls"> your browser does not support the video tag </video> </body> </html>
Atas ialah kandungan terperinci video标签是什么意思. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!