<h1>Adding a video using <video> 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;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.