Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

My 2nd and 3rd iframe is not working. i don’t know why. i don’t see any error in the lines of code. it looks similar 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>Video Compilation Page</h1>
   <p>Welcome to the website where you can get amazing videos!!</p>

 <section>
   <h2>Calling Song</h2>
   <p>SpiderMan Movie Song</p>
   <iframe src="https://www.youtube.com/embed/o3FNw1NyUCg"
   title="Cat Videos"
   height="150"
   width="275">
                       </inframe>
                           </section>
<section>
   <h2>Clairo Song</h2>
   <p>English song</p>
   <iframe src="https://www.youtube.com/embed/tgbNymZ7vqY"
   title="Cat Videos-2"
   height="150"
   width="275">
                       </inframe>
                         </section>
<section>
   <h2>Zedd</h2>
   <p>Stay the Night lyrics</p>
   <iframe src="https://www.youtube.com/embed/BfVY9-tejX4"
   title="Cat Videos-3"
   height="150"
   width="275">
                       </inframe>
                         </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/136.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

You have a typo in the syntax here in 3 places.

                       </inframe>

This should make it pass if you fix these