how to bind you tube URL on HTML Page
==========================index.html================================
<!----
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
@author: ananddw
-->
<!DOCTYPE html>
<html>
<body>
<h3> Online video play from you tube using html</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0QgmDXzv2rg" frameborder="0" allowfullscreen></iframe>
</body>
</html>
<style>
body{
background-color: chocolate;
alignment-adjust: central;
width: auto;
}
iframe{
alignment-adjust: central;
}
</style>
Comments
Post a Comment