Tell us what’s happening:
Step 8: Each section element should contain an ifram element as it’s third child.
I have tried every possible method to fix this and yet the error still shows.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<main>
<h1> ABC this is text </h1>
<p> idk.</p>
<section>
<h2> THis is the text or smn</h2>
<p> More words, who gives a shit?</p>
<iframe src="https://www.youtube.com/watch?v=ICEzGr7x3t4" width="100" height="100" title="blow me"></iframe>
</section>
<section>
<h2> Mooore words are you serious? </h2>
<p> Don't even matter anymore <p>
<iframe src="https://www.youtube.com/watch?v=ICEzGr7x3t4" width="100" height="100" title="blow me"></iframe>
</section>
<section>
<h2> Boohoo more words </h2>
<p> Don't care </p>
<iframe src="https://www.youtube.com/watch?v=ICEzGr7x3t4" width="100" height="100" title="blow me"> </iframe>
</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/140.0.0.0 Safari/537.36 OPR/124.0.0.0 (Edition std-1)
Challenge Information:
Build a Video Compilation Page - Build a Video Compilation Page