Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

I have been going over the codes several times. Even went to bed to make sure i wasnt so tired when i picked it up. Still i get errors

Your code so far

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

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

<body>
    <main>
<h1>Will we now know?</h1>
<p>Recent congress has had several hearings concerning ufo stories.</p>
<section>
    <h2>Trump is in a hurry</h2>
        <p>The new administration has had one speed since they reached office: max!</p>
        <iframe src="https://www.youtube.com/watch?v=AOhK5proTeE" title="congresional hearing" height="500px" width="600px"></iframe>
            </section>
<section><h2>F18 pilots</h2>
        <p>One of the first videos that blew the lid of things was the one with the f-18 pilots</p>
        <iframe src"See film below</p>
<iframe src="https://www.youtube.com/watch?v=AOhK5proTeE" title="congresional hearing" height="500px" width="600px"></iframe>  
    </section>
<section><h2>Are they illigal aliens?</h2>
        <p>If these creatures where to arrive at earth, would they be kicked out by ICE?</p>
        <iframe src="https://www.youtube.com/watch?v=AOhK5proTeE"title="musk responds" height="500px" width="600px"></iframe>
            </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/146.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

this area is sispicious, let me update the formatting to see it better:

        <section>
            <h2>F18 pilots</h2>
            <p>One of the first videos that blew the lid of things was the one with the f-18 pilots</p>
            <iframe src"See film below</p>
                <iframe src="https://www.youtube.com/watch?v=AOhK5proTeE" title="congresional hearing" height="500px"
                    width="600px"></iframe>
        </section>

do you notice something that maybe needs to be updated?

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