Insert video in HTML documents using the object element




Insert video in HTML documents using the object element examples

<!DOCTYPE html>
<html>
   <head>
      <title>nserting Video Using object Element</title>
   </head>
   <body>
      <object data="video/blur.swf" width="400px"
      height="200px"></object>
   </body>
</html>

Output