Skip to content

Exercise 1 Done reate a website which shows videos of different category and audios of different categories. You can use YouTube videos in an iframe using YouTube's embedding feature #111

@Varadraj75

Description

@Varadraj75
<title>Websites containg different viideo</title>

First video

<iframe width="560" height="315" src="https://www.youtube.com/embed/bVU4OiXXJlg?si=pUwzGg9t1HcC3ZSB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Second video

<iframe width="560" height="315" src="https://www.youtube.com/embed/fwltt5Fa4Aw?si=23fTU10UpumAtwYk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
    <div><h1>Third video</h1>
        <iframe width="560" height="315" src="https://www.youtube.com/embed/8Mnb9VVZNE8?si=ZHyvoqITFZJqKEaD" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div>

h1{
color: aqua;

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions