实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<video width="320" height="240" controls src="/upload/love/movie.mp4">
6
  Your browser does not support the video tag.
7
</video>
8
9
<p><b>Note:</b> The .ogg fileformat is not supported in IE and Safari.</p>
10
11
</body>
12
</html>