<h1>A video with poster</h1>

<div>
    <video width="600" height="400" controls loop poster="https://i.ytimg.com/vi/cdxRy_jNCqI/mqdefault.jpg">
        <source src="https://treehouse-code-samples.s3.amazonaws.com/html-video-and-audio/bridge.mp4" type="video/mp4">
        Your browser does not support the video tag.
    </video>
</div>
*{
  font-family: Roboto, sans-serif;
}

div{
  text-align: center;
}

h1{
  text-align: center;
  color: Navy;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.