HTML Video Fullscreen

<html>
<body>

<video controls allowfulscreen>
  <source src="video source here" type="format of video here">
</video>

</body>
</html>
Thomas coder