Tell us what’s happening:
I have looked through this multiple times and I don’t understand where I messed up, the first section works fine. The others have the same format but they aren’t registering properly. I figure its something simple but I just cant see it.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>A beginners journey into coding</h1>
<p>This is how I began my journey, I did not feel I would be able to do it. But I am making progress thanks to some great advice and a wonderful community</p>
<section>
<h2>Learning HTML</h2>
<p>Beginning to learn HTML</p>
<iframe src="https://www.youtube.com/embed/"title="HTML Tutorial for begginers"height="150"width="275">
</section>
<section>
<h2>Beginners guide to CSS</h2>
<p>A simple introduction to CSS</p>
<iframe src="https://www.youtube.com/embed/2"height="150"width="275">
</section>
<section>
<h2>Javascript lessons</h2>
<p>A quick rundown of JavaScript</p>
<iframe src="https://www.youtube.com/embed/3"height="150"width="275">
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
Challenge Information:
Build a Video Compilation Page - Build a Video Compilation Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-video-compilation-page/build-a-video-compilation-page