Tell us what’s happening:
each section element should contain an iframe element as its third child. cant get it to accept this
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>The</h1>
<p>this is about iframe</p>
<section>
<h2>first one</h2>
<p>this about the first</p>
<iframe width="400" height="400" src="https://www.youtube.com/watch?v=L7JkwXh2FZ8" title="ferrari"></iframe>
</section>
<section>
<h2>second one</h2>
<p>this about the second</p>
<iframe width="400" height="400" src="https://youtube.com" title="ferrari 2"></iframe>
</section>
<section>
<h2>third one</h2>
<p>this about the third<p>
<iframe width="400" height="400" src="https://youtube.com" title="ferrari 3"></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/151.0.0.0 Safari/537.36
Challenge Information:
Build a Video Compilation Page - Build a Video Compilation Page