logo

Have you ever wondered how to embed a video to your webpage? Here are some simple steps on how to embed a video.

  1. Get into the HTML file that you want to edit and find the line you want to edit.
    step 1

  2. Get in the <video> tags and the <source> tag.
    step 2

  3. Now inside the <source> tag add src="" and inside the quotation marks include the path to your video that you would like to embed.
    step 3

  4. 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"
    step 4