Friday, 1 May 2015

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>



No comments:

Post a Comment

Map class field to map

 import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; public class AutogeneratedClassMapper {     public static M...