Code
<!DOCTYPE html>
<html>
  <head>
    <title> Wikitechy video tag</title>
    <base href="../try-it/">
  </head>
  <body>
    <h2>HTML video tag with example</h2>
    <video width="320" height="240" controls>
      <source src="hibiscus.mp4" type="video/mp4">
    </video>
  </body>
</html>


Result