Merged post - Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

the second section does not show in the results only the first and the thirds section show in the results

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>SUCCESSFUL WEDDING</h1><p>I knew love you had was something special</p>
<section><h2>LOVE IS BEEN SHOWN THROUGH YOU</h2><P>Could not be more happier for you</p>
<iframe src="https://www.youtube.com/embed/jVpRzeY9_U0"
title="Wedding Content Creation Promo Video by A Stewart Photo and Video"
height="250"
width="300"
</iframe>
</section>
<section><h2>THIS IS TO THE LOVE THAT BROUGHT YOU TOGETHER</h2><p>Wishing you every happiness together</p>
<iframe src="https://www.youtube.com/embed/dmP3AMd0Z1Y"
title="Wedding Ceremony Compilation Video of 1st Kissest"
height="250"
width="300"
</iframe>
</section>
<section><h2>REMEMBER THE GREAT WORD</h2><p>For better or for worst till death do you two apart</p>
<iframe src="https://www.youtube.com/embed/0Javp4oBEeU"
title="Stephanie + Alfredo's Content Ceremony Reel | Lovelock Ranch | Wimauma, FL"
height="250"
width="300"
</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

What’s missing in this opening iframe element?

im sure nothing is missing

NOTHING about THR SECTION IS SHOWING IN THE RESULT

Tell us what’s happening:

the result is only showing the first and thirds section it is not showing the second section i have tried my possible best here

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>SUCCESSFUL WEDDING</h1><p>I knew love you had was something special</p>
<section><h2>LOVE IS BEEN SHOWN THROUGH YOU</h2><P>Could not be more happier for you</p><iframe src="https://www.youtube.com/embed/jVpRzeY9_U0"title="Wedding Content Creation Promo Video by A Stewart Photo and Video"height="250"width="300"</iframe></section><section><h2>THIS IS TO THE LOVE THAT BROUGHT YOU TOGETHER</h2><p>Wishing you every happiness together</p><iframe src="https://www.youtube.com/embed/dmP3AMd0Z1Y"title="Wedding Ceremony Compilation Video of 1st Kissest"height="250"width="300"</iframe></section><section><h2>REMEMBER THE GREAT WORD</h2><p>For better or for worst till death do you two apart</p><iframe src="https://www.youtube.com/embed/0Javp4oBEeU"title="Stephanie + Alfredo's Content Ceremony Reel | Lovelock Ranch | Wimauma, FL"height="250"width="300"</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

can you make your code not all on a single line so it is easier to read? it is really difficult to know what’s going on like this

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8">

<title>Video Compilation Page</title>

</head>

<body>

<main>

<h1>SUCCESSFUL WEDDING</h1><p>I knew love you had was something special</p>

<section><h2>LOVE IS BEEN SHOWN THROUGH YOU</h2><P>Could not be more happier for you</p><iframe src="https://www.youtube.com/embed/jVpRzeY9_U0"title="Wedding Content Creation Promo Video by A Stewart Photo and Video"height="250"width="300"</iframe></section>

<section><h2>THIS IS TO THE LOVE THAT BROUGHT YOU TOGETHER</h2><p>Wishing you every happiness together</p><iframe src="https://www.youtube.com/embed/dmP3AMd0Z1Y"title="Wedding Ceremony Compilation Video of 1st Kissest"height="250"width="300"</iframe></section>

<section><h2>REMEMBER THE GREAT WORD</h2><p>For better or for worst till death do you two apart</p><iframe src="https://www.youtube.com/embed/0Javp4oBEeU"title="Stephanie + Alfredo's Content Ceremony Reel | Lovelock Ranch | Wimauma, FL"height="250"width="300"</iframe></section>

</main>

</body>

</html>

Hi. Please don’t create duplicate posts for the same challenge. I have merged all the posts together.

IM SORRY BUT PLEASE HELP ME OUT

We did, but you incorrectly assumed your opening iframe element was syntactically correct.

Tell us what’s happening:

PLEASE THE SECOND SECTION IS NOT SHOWING WITHE THE IFRAME ON THE RESULTS .I EVEN DELETED AND STARTED AGAIN EVEN THOU I CHANGE ITTHE BSECOND SECTION IS NOT SHOWING IN THE RESULT . PLEASE SOMEONE HELP ME OUT

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>SUCCESSFUL WEDDING</h1><p>I knew love you had was something special</p>
<section><h2>LOVE IS BEEN SHOWN THROUGH YOU</h2><P>Could not be more happier for you</p>
<iframe src="https://www.youtube.com/embed/jVpRzeY9_U0"
title="Wedding Content Creation Promo Video by A Stewart Photo and Video"
height="250"
width="300"
</iframe>
</section>
<section><h2>THIS IS TO THE LOVE THAT BROUGHT YOU TOGETHER</h2><p>Wishing you every happiness together</p>
<iframe src="https://www.youtube.com/embed/dmP3AMd0Z1Y"
title="Wedding Ceremony Compilation Video of 1st Kissest"
height="250"
width="300"
</iframe>
</section>
<section><h2>REMEMBER THE GREAT WORD</h2><p>For better or for worst till death do you two apart</p>
<iframe src="https://www.youtube.com/embed/0Javp4oBEeU"
title="Stephanie + Alfredo's Content Ceremony Reel | Lovelock Ranch | Wimauma, FL"
height="250"
width="300"
</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/137.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

Please do not yell.

I would check all of your tags, to make sure they are capitalized correctly.

Like here

im done checking all stiill no progress on the second section

Please do not yell at people in all caps and please do not make duplicate topics. Please do not ignore moderator instructions.

okay im sorry but plese help me out :folded_hands:

your iframe have the same issue notified earlier