Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

i need help with my code
it has some errors that are very unidentical to me

Your code so far

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

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>
<body>
<main>
    <h1>Software Engineer</h1>
   <p> A software engineer is a professional who applies engineering principles—such as logic, mathematics, and systematic design—to create, test, and maintain computer software. Unlike programmers who might focus strictly on writing code, software engineers take a "big picture" approach, considering the entire system's architecture, scalability, and long-term security
    </p>
    <section>
        <h2>video 1</h2>
                <p>Software engineers work across the entire Software Development Life Cycle</p>
        <iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="Video 2"></iframe>

    </section>
    <section>
        <h2>video 2</h2>
                       <p>Their daily work involves more than just typing at a keyboard;</p>
        <iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="Video 3">
       </iframe>
</section>
    <section>
        <h2>video 3</h2>
      <p>It is a blend of deep focus and constant collaboration. 
 </p>
        <iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="Video 1"></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/146.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

which test do you need help understanding? Please be specific.

Welcome to the forum @franklinalaska0!

Please review User Story #7. Does your code meet that requirement?

Happy coding!

Hi Buddy, See here this is the exact thing which you need to fulfil here.

Each iframe element should also have a title attribute to describe the embedded content, and a height attribute and a width attribute to set the element to a proper size.

Here Width and Height attribute is missing in it.

Kindly do add them here, Hope You Understand.