HTML5 video in HTML documents




HTML5 video in HTML documents examples

<!DOCTYPE html>
<html>
   <head>
      <title>HTML5 video in HTML documents examples</title>
   </head>
   <body>
      <video controls="controls" src="video/shuttle.mp4">
         Your browser does not support the HTML5 Video element.
      </video>
   </body>
</html>

Output