Well you are in luck if you are trying to learn how to embed a video into a website. I will be giving you a step by step walk through.
The first thing is that there are different ways to embed a video onto your web page. One thing you could do is simply use iframe and use a YouTube video link to make a video pop up. Check out the image down below for a visual walkthrough of how I made the Muppets video appear.
Down below is the output of the code.
Now the other and more ways to embed a video. I am going to show you an example of the way I like to embed videos down below and the outputs they have. In my opinon I prefer to use the iframe tag because I typically work with YouTube videos and it is an easy way to embed my videos.
Down below is the output of the code with an image of what my code looks like.