Tell us what’s happening:
hi everyone can someone please assist me with building a video compilation page in HTML im stuck because all my {p} elements are wrong it says describe the content of the video in the {p} element and all the {p} elements in the three sections are wrong i dont know where i went wrong on my code please help im stuck.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>Structure of a video compilation page</h1>
<p>How to build a video compilation page</p>
<section>
<h2>Youtube videos</h2>
<p>The lion King Official trailer video</p>
<iframe
src="https://www.youtube.com/watch?v=7TavVZMewpY"
Title="The Lion king Oficial trailer 2019"
width="560"
height="360">
</iframe>
</section>
<section>
<h2>Pininterest videos>
<p>A Jason Statham edited video</p>
<iframe
src="https://pin.it/28cVkhtrl"
title="Jason Statham edits"
width="560"
height="360">
</iframe>
</section>
<section>
<h2>Rumble videos</h2>
<p>political views and discusions onDan Bonginos show</p>
<iframe
src="https:rumble.com/v770x72-the-hidden-knowledge-grift-ep.-2482-o3272026.html"
title="A Video The hidden knowledge grift by Dan Bongino"
width="560"
height="360">
</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/146.0.0.0 Safari/537.36 Edg/146.0.0.0
Challenge Information:
Build a Video Compilation Page - Build a Video Compilation Page