Have you ever wondered how to embed a video to your webpage? Here are some simple steps on how to embed a video.
Get into the HTML file that you want to edit and find the line you want to edit.
Get in the <video> tags and the <source> tag.
Now inside the <source> tag add src="" and inside the quotation marks include the path to your video that you would like to embed.
After you add the src add the type, include type="" inside the source tag, if you have MP4 include "video/mpeg" if you have a .ogg file add "video/ogg", and if you have .webm add "video/webm"