<!DOCTYPE html>
<html>
<head>
<title>HTML source tag</title>
</head>
<body>
<video controls="controls">
<source src="../../images/rolling_sample.ogv" type="video/ogg"/>
<source src="../../images/rolling_sample.mp4" type="video/mp4"/>
<source src="../../images/rolling_sample.webm" type="video/webm"/>
<p>Your browser does not support the <video> tag.</p>
</video>
</body>
<html>