代码示例:(标识:eg_html5_video)
<!DOCTYPE HTML>
<html>
<body>

<video src="/static/demo/video/movie.ogg" controls="controls">
your browser does not support the video tag
</video>

</body>
</html>
运行结果: