Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML video tag</title> </head> <body> <video src="../../images/rolling_sample.mp4" width="300" height="170" controls="controls"> <p>Your browser does not support the &lt;video&gt; tag.</p> </video> </body> <html>
  Preview Arrow