The <iframe> creates inline frame, which embeds an independent HTML document into the current document. Code Example <iframe width="560" height="315" src="https://www.youtube.com/embed/owsfdh4gxyc" frameborder="0" allowfullscreen></iframe> Good (and ...