Home  • Programming • HTML5

How can i add video to my web page ?


<!DOCTYPE HTML>
<html>
<body>

<video width="300" height="220" controls>
  <source src="movie_name.mp4" type="video/mp4">
  <source src="movie_name.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

</body>
</html> 

Output :

Comments 4


It's helpful, good work.
Very effective tutorial.
Very effective tutorial.
Go on

Share

About Author
Md. Nasir Uddin
Copyright © 2024. Powered by Intellect Software Ltd