<!DOCTYPE html>
<html>
<body>
<h1>Autoplay Attribute Example for the Audio Element</h1>
<p>
The following example sets the Video Player to automatically play, but
muted.
</p>
<video controls width="250" autoplay muted>
<source
src="https://file-examples-com.github.io/uploads/2020/03/file_example_WEBM_1920_3_7MB.webm"
type="video/webm"
/>
<source
src="https://res.cloudinary.com/thewebmaster/video/upload/v1614789951/image/file_example_WEBM_1920_3_7MB.mp4"
type="video/mp4"
/>
Sorry, your browser doesn't support embedded videos.
</video>
</body>
</html>