HTML YouTube

All HTML topics
∙ Chapter 70

HTML YouTube

YouTube videos are embedded using an <iframe>. Use lazy loading for performance.

🎥Embed example
<iframe  width="560" height="315"  loading="lazy"  style="border:0;border-radius:12px;max-width:100%"  src="https://www.youtube.com/embed/VIDEO_ID"  allowfullscreen></iframe>