Tell us what’s happening:
Ich habe bei folgendem Punkt probleme: section5. Unter Ihrem ersten p Element sollten sich drei Elemente befinden. Kann mit ggf. jemand helfen wo der fehler ist?
Your code so far
<!DOCTYPE html>
<html lang="en">
<main>
<h1> Fußball</h1>
<p> ist Messi oder Ronald besser?</p>
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<section>
<h2> 1 </h2>
<p>ist Messi oder Ronald besser?</p>
<iframe
src="https://www.youtube.com/embed/watch?v=t-9fzvCOKwY&pp=0gcJCbAJAYcqIYzv/embed/ "
title="i know"
height= "285"
width= "500">
</iframe>
</section>
<section>
<h2> 2 </h2>
<p>ist Messi oder Ronald besser?</p>
<iframe
src="https://www.youtube.com/embed/watch?v=Q2hUDmFri-w"
title="i know"
height= "285"
width= "500"
> </iframe>
</section>
<section>
<h2> 3 </h2>
<p>ist Messi oder Ronald besser?</p>
<iframe
src="https://www.youtube.com/embed/watch?v=pYupaq68_BY"
title="i know"
height= "285"
width= "500"
> </iframe>
</section>
</body>
</main>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Build a Video Compilation Page - Build a Video Compilation Page