Embedding a Video From YouTube in HTML5Step 1
When embedding a video in a webpage, you first need to find the video you want to embed! I've selected Never Gonna Give You Up by Rick Astley.
Step 2
Once you have found the video you want to embed, simply click on the Share button followed by Embed. Now you will see a text box appear with something along the lines of: "<iframe ...></iframe>" Copy all of this text as it will be used in the next step.
Step 3
Now that you have the text copied, all you have to do is paste it into your website's HTML somewhere within the body. I have chosen to put it inside of an article tag.
Result
Enjoy this lovely song. :)