HTML:- YouTube start time.


  • <!DOCTYPE html> 

    1. <html> 
    2.  
    3. <head> 
    4.  <meta name="viewport" content="width=device-width, initial-scale=1"> 
    5.  <title>youtube start from</title> 
    6. </head> 
    7.  
    8. <body> 
    9.  
    10.  <!--Need Internet Connection--> 
    11.  <!--Video start from 45th seconds--> 
    12.  <iframe width="420" height="315" src="https://www.youtube.com/embed/BvuIlhh1rhk?start=45"></iframe> 
    13.  
    14. </body> 
    15.  
    16. </html>

    17. Used of:- 
    18. Iframe with youtube start from
    19. Also the time be indicated as from where the video has to be started.
    20. By assigning start as time(in seconds) with the youtube url in src attribute, then the video will played from the specified time.
    HTML:- YouTube start time. HTML:- YouTube start  time. Reviewed by Network security on May 02, 2019 Rating: 5

    No comments:

    Useful Information

    Powered by Blogger.