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