Media in the iframe Element

Another common use of the embeddable iframe element is to include media players on your site, such as those from YouTube, Vimeo, SoundCloud, or Bandcamp.

You will learn how to do this later in the Topic.

HTML
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=QFo_u0AorBg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>