Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

I continue to snag at the iframe element. When I test the code, it gives me this message: “Your (first, second, third) iframe element should have a src attribute set to a valid video.” I have tested the links, and the links are valid and working. I cannot figure out what I’m getting snagged on!

Your code so far

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

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

<body>
    <main>
        <h1> Peace After Drama </h1>
        <p>How moms survive drama-filled moments with kids. You might think these tips are obvious, but they are not. Moms can definitely utilize the following tips to recover from drama-charged encounters with their kids.
        <section>
        <h2>Take a Much Needed Solo Walk</h2>
            <p>Taking walks lowers your cortisol levels and can help you with clearing your mind. It's helpful to get fresh air and to get your body moving.</p>
            <iframe
                scr="https://youtube.com/embed/ShG6kISrHoU?si=0IfFagBhkk3LTR02&t=7"
                title="Take a Walk"
                width="400"
                height="300">
            </iframe>
        </section>

        <section>
        <h2>Call a Friend and Vent</h2>
            <p>Believe it or not, but venting lowers likelihood of agitation growing into rage. Think of it as 'taking the lid off the boiling pot'.</p>
            <iframe
                scr="https://youtube.com/embed/j2BaAg8jUiM?si=czNcJhG_V6qlz0SM"
                title="Venting Via Phone"
                width="400"
                height="300">
            </iframe> 
        </section>

        <section>
        <h2>Write an Email to Your Child</h2>
            <p>I know the last person you want to talk to is your child after a big emotionally charged event, however, airing your grievances does a lot of good. Plus, there's the added bonus of having clear words connected to the impact of the event, so you could (if you chose to) share this with your child once you've calmed down.</p>
           <iframe
                scr="https://youtube.com/embed/B2TVRiNtWoI?si=s64o_6o0WB6FT55W"
                title="Send an Email"
                width="400"
                height="300">
            </iframe> 
        </section>

        </p>
    </main>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 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
https://www.freecodecamp.org/learn/full-stack-developer/lab-video-compilation-page/build-a-video-compilation-page

Welcome to the forum :wave:

I always try to remember that src is short for “Source”, it helps me to spell it correctly.

Oh goodness :face_with_peeking_eye:

I promise I checked everything but apparently my src got twisted and I couldn’t see the typos after looking at it forever. Thanks a million! I feel a bit derpy! Ha!!

Might be used to seeing scr as in Screen or something