This is the simple "src" attribute which allows to link video on the html
page.
This is the "controls" attribute which is helps to add functioality of
controls in the video.
This is the "autoplay" attribute which is used for when the user refresh the
page that video play automatically. And here we used "muted" for mute
the video becuase whenever i changes on this page this video play
automatically which are very fraustrating.
As you see the name of this attribute "loop" means whenever the video will
finished it will play automatically play and play like a loop.
This is the simple "muted" attribute which allows to muted video on the html
page.
This is the simple "poster" attribute which allows to link an image or
poster in video which shows before playing the video on the html page.
Note 1:
And the final thing which i have added in all the videos i added
controls functioality for test the videos. basically we used controls
attribute because without conrtols attribute some videos does not play with simple
attribute like src,muted,poster,loop except autoplay.