<!DOCTYPE html>
<html>
<head>
<title>HTML track tag</title>
</head>
<body>
<video controls="controls">
<source src="../../images/rolling_sample.mp4" type="video/mp4"/>
<track src="../../rolling_sample.vtt" kind="subtitles" srclang="en" label="English"/>
<p>Your browser does not support the <video> tag.</p>
</video>
</body>
<html>