Video Embedding Tutorial

Step 1: Obtain the Video URL

Visit a page were you can get the URL of a video (if you can use a video that doesn't have copyright).

A screenshot of a youtube page with a video

Step 2: Create an HTML File

Open your HTML editor and create a new HTML file with a basic structure.

A screenshot of a new html page with a basic structure

Step 3: Add the Embed Code

Insert the following code into your HTML file and put the URL in the indicated space:

        <iframe width="560" height="315" src="Your_video_URL" frameborder="0" allowfullscreen></iframe>
        
A screenshot of how your code should look like

Example Video