In this tutorial you will learn how to embed a video in html
Firstly, you need to find out what video format your file is in, do that by right clicking on the file
After you've done that, make a new html file. In that file state the video embedding code.
As you can see, on the website it shows the video, but no video controls.
To add controls to your video simply add the controls property
Congratulations! You have embedded your first video!