Tell us what’s happening:
These are the questions I didn’t able to answer and I need your help to answer or to solve this probles. These are as follows:
5 You should have three section elements below your first p element.
6. Each section element should start with an h2 element that serves as the title for that section.
7. Each section element should contain a p element to introduce the video content as its second child.
8. Each section element should contain an iframe element as its third child.
embedded content.
11. Your first iframe element should have a height attribute.
15. Your second iframe element should have a height attribute.
16. Your second iframe element should have a width attribute.
17. Your third iframe element should have a src attribute set to a valid video.
18. Your third iframe element should have a title attribute to describe the embedded content.
19. Your third iframe element should have a height attribute.
20. Your third iframe element should have a width attribute.
re wrong I need your assistance in other to cross this step.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Video Compilation Page</title>
</head>
<body>
<main>
<h1>Unique Video Compilation Page that will make the viewers Dilghted to Spend more time on Watching</h1>
<p>Video will enable the viewer to build on experience and strengthen the viewer's confidence</p>
<section>
<h2>About Us</h2>
<p>We are dedicated</p>
<<iframe src="https://www.youtube.com/embed/PkZNo7MFNFg?si=-UBVIUNM3csdeiWF" title="YouTube video player"
heigh="150" width="300"></ifram>
</section>
<section>
<h2>We Care for your concern</h2>
<iframe src="https://www.youtube.com/embed/PkZNo7MFNFg?si=-UBVIUNM3csdeiWF"
title="YouTube video player"
height="180" width="330"></iframe>
</section>
<section>
<h2>Our Concern...</h2>
<iframe src="https://www.youtube.com/embed/PkZNo7MFNFg?si=-UBVIUNM3csdeiWF"
title="YouTube video player"
></iframe height="200" width="350">
</section>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0
Challenge Information:
Build a Video Compilation Page - Build a Video Compilation Page