Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

I did everythings as story user requirement and when i run the tests , it say something went wrong.

Your code so far

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

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>

<body>
    <h1>
        Yoga for fresh day
    </h1>
    <p>
        Today, I am going to teach some easy
        yoga for everyone.
    </p>
    <section>
        <h2>
            Yoga for back pain
        </h2>
        <p>
            Today I am going to teach some 
            easy yoga for bach pain.
        </p>
        <iframe width="250" height="180" src="https://www.youtube.com/embed/2eA2Koq6pTI?si=uOryWC1pCLQIeoWV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
    </section>
    
    <section>
    <h2>
        Yoga for full body
    </h2>
    <p>
        work entire day, body might me 
        some yoga to release pain.
        here is for full body yoga
    </p>
    <iframe width="250" height="180" src="https://www.youtube.com/embed/Eml2xnoLpYE?si=08R4394XTp4wbfGs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
    </section>
    <section>
        <h2>Before yoga</h2>
        <p>Things you should not
       </p>

       <iframe width="280" height="180" src="https://www.youtube.com/embed/eW6ocJnNquQ?si=zPe9XI6gN3j7BTu4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
    </section>


</body>

</html>

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

What about user story number 1, “You should have a main element as the only child of the body element.”?

1 Like

Thank you for your reply . I reset the lesson and i did exactly including main element in body element as the only child but it still show
Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists. And it happen when i add video link.

Please try one of the following steps to move forward. If none of this works please go ahead and email support as suggested.

Click on the “Reset” step button and force a refresh of your page with CTRL + F5 if you’re on Windows then try to paste the code in again. On other systems, please follow the instructions here.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

or - Ensure your browser is up-to-date or try a different browser.

or - Turn off high contrast themes on Windows (from accessibility settings menu)

I hope one of these will work for you.

Thank you for your time and explanation and I finally got it by using different browser.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.