Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Embedding Video into an HTML Page</title> </head> <body> <video controls="controls" src="/examples/video/shuttle.mp4"> Your browser does not support the HTML5 Video element. </video> </body> </html>