<video>
Use the HTML <video>
element to embed video content in a document. The video element contains one or more video sources. To specify a video source, use either the src attribute or the <source>
element; the browser will choose the most suitable one.
https://developer.mozilla.org/en/docs/Web/HTML/Element/video