Media in the Iframe Element

The other common use of the embeddable iframe element is to include media players in 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/embed/xmqDpuDLVYw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>