HTML <video> Tag
The <video>
tag is employed to insert video content into a document, like a film clip or other video streams.
The <video>
tag has one or more <source>
tags with different video sources. The browser selects the first supported source.
The content enclosed within the <video>
and </video>
tags will appear only on browsers that cannot handle the </video> element.
In HTML, you can use three video formats: MP4, WebM, and OGG.