Tell us what’s happening:
No errors popping up aside from error 2 - I can’t see where I have an extra child within the body element.
Have turned off all browser extensions, reset the browser etc…what could it be?
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>The 3 most popular programming languages</h1>
<p>Here you will find brief introductions tp the top 3, most widely-used programming languages in 2025.</p>
<section>
<h2>Python</h2>
<p>Python is a high-level, interpreted programming language known for its readability and simplicity, making it beginner-friendly. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming, and is widely used in web development, data analysis, and automation.</p>
<iframe
src="https://youtu.be/x7X9w_GIm1s?si=i6f6R2fiZpxZBhZC"
title="Python in 100 Seconds"
height="1080"
width="1920"
></iframe>
</section>
<section>
<h2>Java</h2>
<p>Java is a high-level, object-oriented programming language developed by Sun Microsystems in 1995. It is known for its portability, allowing code to be written once and run anywhere (WORA), and is widely used for building applications across various platforms, including web, mobile, and enterprise systems.</p>
<iframe
src="https://youtu.be/l9AzO1FMgM8?si=_GyRKBblW3ZtlyHw"
title="Java in 100 Seconds"
height="1080"
width="1920"
></iframe>
</section>
<section>
<h2>Javascript</h2>
<p>JavaScript is a high-level, dynamic programming language primarily used for creating interactive and dynamic content on websites. It is a core technology of the web, alongside HTML and CSS, and is widely supported by web browsers for client-side scripting</p>
<iframe
src="https://youtu.be/DHjqpvDnNGE?si=XjyVaMpJq48dxl12"
title="Javascript in 100 Seconds"
height="1080"
width="1920"
></iframe>
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:141.0) Gecko/20100101 Firefox/141.0
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