-->

HTML page to play video

<html>
<head>
<title>
how to play video
</title>
<head>
<body>
<h4>click the Bill Gates video to play</h4><br>
<embed src="video/billgates.mp4" width=500px height=500px><br>
</body>
</html>

 ----------------------------------------------------------------
note:
Before we test it, we must have file billgates.mp4 inside video folder.

No comments:

Post a Comment