Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

you know when i discovered i could learn html for free and get a cert i was excited but your website is broken your telling me this doesnt pass? your telling me i dont have a main element? f this.

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>
    <h1>Front-End Web Development</h1>
    <p>Front-End Web Development involves designing and building user interfaces of websites using HTML, CSS, and JavaScript. It focuses on creating visually appealing, interactive, and user-friendly websites. Front-end developers ensure accessibility, performance optimization, and adherence to web standards, blending creativity with technical expertise.</p>
<body>
    <main>
        <section>
            <h2>HTML</h2>
            <p>HTML, or HyperText Markup Language, forms the backbone of web pages by defining their basic structure and layout. It uses a series of elements to display text, images, lists, tables, and other static content on a web page.</p>
            <iframe
            height="315"
            width="560"
            src="https://www.youtube.com/embed/GDGejH3SDNQ?si=KJYLgcz4kyyroYMB"
            title="html and coding introduction video"
            ></iframe>
        </section> 

        <section>
            <h2>CSS</h2>
            <p>CSS, or Cascading Style Sheets, is used to control the visual presentation of HTML elements on a web page. It allows for customized styling, including colors, fonts, layouts, and spacing, making websites visually appealing. CSS also supports responsive design, ensuring web pages look good on all devices.</p>
            <iframe
            height="315"
            width="560"
            src="https://www.youtube.com/embed/OXGznpKZ_sA?si=s3KDSZvrhU_PU9XL"
            title="css tutorial video"
            ></iframe>
        </section>

        <section>
            <h2>Javascript</h2>
            <p>JavaScript is a programming language that adds interactivity to static web pages, enabling dynamic content updates, form validations, animations, and responsive behaviors based on user interactions and events.</p>
            <iframe
            height="315"
            width="560"
            src="https://www.youtube.com/embed/jS4aFq5-91M?si=zKQhHEYwU4tnMmVm"  
            title="javascript programming video"  
            ></iframe>
        </section>
    </main>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

Welcome to the forum @intothisworldwerethr!

Here’s your issue.

Should there be anything between the closing head tag and the opening body tag?

Please review the theory lecture about the importance of starting your projects with an HTML Boilerplate.

Happy coding!

i was a fool. i owe everyone an apology. my bad. i fly off the handles and go off like a dang freight train

I’m sure everyone here understands your frustration…been there - done that. :wink: