<!DOCTYPE html>
<html>
<head>
<title>How to define the type of media resource in HTML5?</title>
</head>
<body>
<h4>How to define the type of media resource in HTML5?</h4>
<video controls>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>