Check out example codes for "html video loop". It will help you in understanding the concepts better.
Code Example 1
<video controls loop>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Code Example 2
<video loop></video>
Code Example 3
<video controls loop></video>
Learn ReactJs, React Native from akashmittal.com