Back to Concepts
<video>
Embeds video content.
The `<video>` tag specifies video, such as a movie clip or other video streams. Currently, there are 3 supported video formats for the `<video>` element: MP4, WebM, and Ogg.
Live Example & Code
Preview Output
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>