The HTML <video> element is used to show a video on a web page. It supports MP4, WebM, and OGG formats.
src - Video file URLcontrols - Show play/pause controlsautoplay - Auto start (muted required in Chrome)muted - Mute the audioloop - Loop the videoposter - Thumbnail imagewidth/height - DimensionsEdit the code below and click Run to see the result live.