-->

HTML page with youtube video

Here is an example to understand how to play youtube video on browser.
----------------------------------------------------------------------------------------------------
<html>

<head>
    <title>
        html with plugins. Plugins is a small program that extends the functionality of browser. Like To display Flash movies To display maps To scan for viruses To verify a bank id
    </title </head>

    <body>



        <iframe width="640" height="360" src="https://www.youtube.com/embed/CBwweBXSFAA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
        </iframe>

    </body>

</html>

No comments:

Post a Comment