Embed video in iframe - HTML CSS HTML Tag

HTML CSS examples for HTML Tag:video

Description

Embed video in iframe

Demo Code

ResultView the demo in separate window

<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>

Related Tutorials