Live Demo: Specify Alternate Sources For Video Element In HTML

CodeLab Show Output <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Specify Alternate Sources for video Element in HTML</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> Switch to SQL Mode Auto update

Share this example with Facebook, Twitter, Gmail. Please give us a Like, if you find it helpful.

Từ khóa » Html5 Video Tag Alternatives