Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

I tried following the instructions and debugging now sure what the problem is

Your code so far

<body>
    <main>
    <h1>
    Spongebob! Spongebob is the antichrist!
  
    </h1>
    <p> SPONGEBOB IS EVIL 
<section><h2>Anger0.1</h2><p>Spongebob looks friendly but he isn't!</p><iframe src="https://www.youtube.com/watch?v=V6sSQ1bNO0M" title="Anger0.1" height = "320" width="540" </iframe></p></section>

<section><h2>Anger2</h2> <p> Spongebob destroys, and doesn't feel remorse! Beware of evil again!</p><iframe  src="https://www.youtube.com/watch?v=V6sSQ1bNO0M" title="Anger2" height = "320" width="540" </iframe></p></h2></section>

<section><h2>Anger3</h2><p> Spongebob never pays the price! BEWAAAAAAREEEE!</p><iframe src="https://www.youtube.com/watch?v=V6sSQ1bNO0M" title="Anger3" height="320" width="540" </iframe></section>

</main>
</body>

Your browser information:

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

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-video-compilation-page/build-a-video-compilation-page

I even triedremoving the unnecessary

bracket

hello and welcome back to fcc forum :slight_smile:

  • missing closing tag
  • format this and see why there is a “closing paragraph tag there after iframe”
  • iframe closing bracket is also missing

once you have this fixed then try same for rest two and give it an another go, happy coding :slight_smile: