Embedding Videos & Audio in HTML 🎬🎵

HTML allows embedding videos and audio using the <video> and <audio> elements.

Example: Embedding a Video

Example: Embedding an Audio File

Try It Yourself

Quiz Time 🎯

1. Which HTML tag is used to embed a video?

<media>
<video>
<movie>

2. What attribute allows the user to play/pause the media?

autoplay
loop
controls