<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

Can I Use <video>?

Can I Use video? Data on support for the video element across the major browsers from caniuse.com.

Sandbox