How to embed a video on a web page

Step 1

Get the URL of the video you wish to embed.

Step 2

Create an iframe tag in the code where you want it to be. Specify a width and a height for the video.

Step 3

Insert the URL of the video you chose into the src attribute of the iframe tag. It should be noted that you must put "embed/" in the URL, followed by the video ID, instead of just pasting in the URL from the browser.