Prev Demo
HTML5
>
Video Tag - Video
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <video src="/DemoSupportingFiles/Multimedia/VideoIntro.mp4" height="300" width="400" autoplay>Video is not supported</video> <p>This video is not supported</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output