This is your tutorial on how to embed a video onto your webpage!

Step 1

What type of file are you trying to embed? MP4, WEBM, OGG? Once that is figured out; insert the following code.
<...source src="file.mp4" type="video/mpeg"...> <.../video...>
Please remember to remove the periods from the code


The following steps will be actually embedding the video


Step 2
Once you have the chosen video, adjust height/width as needed with the following code- <...video width="000px" height="000px"...> Remember to remove the periods from this code as well.

Video Embedding

Step 1


Head over to youtube.com and find the video you want to embed.

Step 2







Once on the video, click share and click the "embed" button

Step 3


Once the code shows up after you clicked embed, copy that code

Final Result