Video Embedding Tutorial

  1. Create a basic html file and name it with an h1 tag.
  2. Find a video on YouTube you like and click where is says 'share' underneath it.
  3. Once you click 'share', you should see the embed option.
  4. Click the embed option and you should see a long 'iframe' tag
  5. At the end of the tag, there will be an option to 'copy'. Select that option.
  6. Once you press copy, paste it into your html file under the 'h1' heading.
  7. This should be your result.