xxxxxxxxxx
<video controls autoplay muted>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
</video>
xxxxxxxxxx
<video autoplay>
<source src="path_to_video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>