<link href="video-js.css" rel="stylesheet">
<script src="video.js"></script>
<video id="my-video" class="video-js" controls preload="auto" width="640" height="360" data-setup="{}">
<source src="video.mp4" type="video/mp4">
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
<script>
var player = videojs('my-video');
</script>
<video id="my-video" class="video-js" controls preload="auto" width="640" height="264">
<source src="video.mp4" type="video/mp4">
<source src="video.webm" type="video/webm">
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>