<body>
<center>
<h3>html video autoplay</h3>
<video controls autoplay muted>
<source src="https://treehouse-code-samples.s3.amazonaws.com/html-video-and-audio/bridge.mp4" type="video/mp4">
<p>Sorry, your broswer doesn't support embedded videos.</p>
</video>
</center>
</body>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.