Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML video Tag</title> </head> <body> <video controls="controls" src="/examples/video/shuttle.mp4"> Your browser does not support the HTML5 Video element. </video> </body> </html>