HTML CSS examples for HTML Tag:video
Embed video in iframe
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!-- ww w . j a v a2 s .c o m--> <body> <iframe width="560" height="315" src="http://your server /demos/sample-videos/small.mp4" frameborder="0"></iframe> </body> </html>