BTEC IT Unit 20 - Website Design/HTML/Embedded Videos
Appearance
Embedding a video (from existing file)
<embed src="video.wmv" width="454" height="256" >
Embedding a video (from YouTube)
a) Go to Youtube.com
b) Find the video you want to embed in your website
c)Click Share > Embed
d)Copy link and add in your website
The link will look like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/t14MwuWH_ts" frameborder="0" allowfullscreen></iframe>