Thursday, 28 May 2020

Video.html

<html>
<body>

<video width="320" height="240" controls>
<source src="Young Ballroom Dance Couple.mp4" type="video/mp4">
<embed src="Young Ballroom Dance Couple.mp4">
</video>

</body>

</html>