How to add Youtube video in HTML
-
Visit the Youtube video you want to embed in a browser of your choice.
-
Locate the share button below the video title and click on it. You will see various available options. Click on embed button.
-
Copy the
<iframe> …. </iframe>
code. -
Go to your HTML web page. Paste the code on an appropriate spot on your web page.
You can now see the embedded video when you load the html page on a browser.