Build a Video Compilation Page - issue with 'p' below the h1 title

Tell us what’s happening:

it says i need a paragraph introducing the topic of my page BELOW the H1 element. I have that, and it shows up in the preview. its the only error and i’ve rewrote once already. i cant figure out what to do. Am i missing something?

Your code so far

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

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

<body>
    <main>
        <h1>Video Viewer<h1>
            <p> Trending Music Videos for the day</p>
                <section>
                    <h2>Music Video #1</h2>
                        <p>Dax</p>
                           <iframe width="560" height="315" src="https://www.youtube.com/embed/yKMrdBDb80w?si=LSqchWNBaaTJvxhQ" 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>Music Video #2</h2>
                        <p>Struggle Jennings</p>
                            <iframe width="560" height="315" src="https://www.youtube.com/embed/tFwHooU4znk?si=aoHtgsVToj4N9FYh" 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>Music Video #3</h2>
                        <p>JamWayne</p>
                            <iframe width="560" height="315" src="https://www.youtube.com/embed/xWjB3GE1v0E?si=JXCLE6hsKjvq-B2N" 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>
                            
</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/116.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

Check here very carefully

1 Like

i knew it was something dumb! hahaha thanks, maybe my 30 minutes is up

1 Like