<h1>Adding a video using &#60;video&#62; tag</h1>

<div>
  <video width="600" height="400" controls>
  <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.