Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<title>
Single video File on Web Page with controls
</title>
</head>
<body bgcolor="skyblue">
<h1 align="center"> Single Video File on Web Page with controls </h1>
<center>
<video height="300" width="300" controls loop autoplay>
<source src="space.mp4" type="video/mp4">
<br><br>
<h2>The video file is not supported with this browser.</h2>
</video>
</center>
</body>
</html>

You might also like