Video in html
Some attributes that can alter a video playback include:
controls: When added in, a play/pause button will be added onto the video along with volume control and a fullscreen option.
autoplay: The attribute which results in a video automatically playing as soon as the page is loaded.
loop: This attribute results in the video continuously playing on repeat.
note/the text video not supported will only be shown if the video can't be loaded
note/use the attributes (autoplay and loop ) instead of (controls)