Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube clone.html #319

Open
abhijit9040 opened this issue Oct 8, 2024 · 1 comment
Open

youtube clone.html #319

abhijit9040 opened this issue Oct 8, 2024 · 1 comment

Comments

@abhijit9040
Copy link

This HTML file creates a basic layout for a YouTube clone webpage with a header, search bar, and video section. Here's a breakdown of the structure:

Header:

The page title is set to "YouTube Clone" and is displayed in the browser tab.
Inside the page's body, there's a

with the class "header" containing an

element that displays the title "YouTube Clone" at the top of the page.
Search Bar:

Below the header is a

with the class "search". This section contains:
A text input field where users can type a search query.
A button labeled "Search" that users can click to submit their search.
Videos Section:

There’s a container

with the class "videos" that holds three individual video entries.
Each video entry has:
An <iframe> tag displaying a YouTube video. The videos have a width of 300 pixels and a height of 200 pixels.
A

tag underneath each video that gives a brief description of the video:
"Best of 2015 Epic Gaming Montage" for the first video.
"The Ultimate Gaming Montage 2016" for the second video.
"Gaming Montage 2017" for the third video.

Missing tags fix

This structure sets up the foundation for a simple YouTube-like layout, with a search bar at the top and a list of embedded videos below. It uses CSS for styling through an external file (style.css), although the styling isn't shown here.

@abhijit9040
Copy link
Author

fix the bugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant