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
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
<!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>
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