MCQ
What is the correct HTML for embedding a video?
A <video src="movie.mp4">
B <embed src="movie.mp4">
C <media src="movie.mp4">
D <movie src="movie.mp4">
Explanation

The <video> tag is the HTML5 way to embed video content with src attribute for the video file.