Run
1264 x 150
1
2
<html>
3
<body>
4
<h1>video tag example</h1>
5
<video width="250" height="250" controls>
6
<source src="/video.mp4" type="video/mp4">
7
</video>
8
</body>
9
</html>
<!DOCTYPE html>
<html>
<body>
<h1>video tag example</h1>
<video width="250" height="250" controls>
<source src="/video.mp4" type="video/mp4">
</video>
</body>
</html>