<!DOCTYPE html>
<html>
<body>
<h1>Video TITLE</h1>
<video width="320" height="240" controls>
<source src="Video Link">
</video>
</body>
</html>
<video src='/videos/video-1.mp4' autoPlay loop muted />
<video src= "demo.webm" poster="initial_static_picture.jpg" width="480" controls>
<video src="rabbit320.webm" controls>
<p>Your browser doesn't support HTML5 video. Here is a <a href="rabbit320.webm">link to the video</a> instead.</p>
</video>