Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

hello if anyone could give me a hand i would appreciate it currently im stuck with what to do

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>
<main> 
    <h1>cute animals compilation</h1>
 <p>welcome to this website here you can see cutee compilation of animals</p>

<section>
    <h2>dogs</h2>
    <p>look at these cute dogs</p> <iframe src="https://www.bing.com/ck/a?!&&p=a99187bb5eefde4601d0481e7c9fa3c3f16c9a1ab58aceb3224cd7271d3b8d80JmltdHM9MTc1MDcyMzIwMA&ptn=3&ver=2&hsh=4&fclid=312dd458-c081-6c1d-1e48-c25fc1a66d33&u=a1L3ZpZGVvcy9yaXZlcnZpZXcvcmVsYXRlZHZpZGVvP3E9c2hvcnQrdmlkZW8rb2YrY3V0ZStkb2dzJm1pZD1ERjAyQjcxNjY5NjU5MzI4MjM5N0RGMDJCNzE2Njk2NTkzMjgyMzk3Jm1tc2NuPXN0dm8mRk9STT1WSVJF&ntb=1" 
 title= "cute dogs"
 height="320"
 width="500"
  </iframe </section> 

<section>
    <h2>cats</h2>
    <p>look at these cute cats<p/> <iframe src="https://i.ytimg.com/vi/7Vh8QASNNh4/oar2.jpg?sqp=-oaymwEoCJUDENAFSFqQAgHyq4qpAxcIARUAAIhC2AEB4gEKCBgQAhgGOAFAAQ==&rs=AOn4CLAm8AF_QZIxpP5Ej1i0Xuit4D33eA"
  title="cute cats"
  height="320"
  width="500" 
   </iframe>
   </section>

<section><h2>rabbits</h2><p>look at these cute rabbits</p>
<iframe src="https://www.bing.com/ck/a?!&&p=83c469578359fd8fc9a6739ee6d100bdfc281a64d9b4d4002c18904084c010baJmltdHM9MTc1MDcyMzIwMA&ptn=3&ver=2&hsh=4&fclid=312dd458-c081-6c1d-1e48-c25fc1a66d33&u=a1L3ZpZGVvcy9yaXZlcnZpZXcvcmVsYXRlZHZpZGVvP3E9c2hvcnQrdmlkZW8rb2YrY3V0ZStyYWJiaXRzJm1pZD0yNjMzQ0M5OUE4OTA3RUYzMDdFNTI2MzNDQzk5QTg5MDdFRjMwN0U1Jm1tc2NuPXN0dm8mRk9STT1WSVJF&ntb=1"
  title="cute rabbits"
  height="320"
  width="500"  
 </iframe> 
 </section>
</main>
<body>

</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

hi there, you didn’t mention which specific part you’re having trouble with? Please give us more details.

hello i am sorry about that i am having trouble with tasks 5-8 and 17-20 and those are 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. * 17. Your third iframe element should have a src attribute set to a valid video.

  1. Your third iframe element should have a title attribute to describe the embedded content.
    :19. Your third iframe element should have a height attribute.

  2. Your third iframe element should have a width attribute.

this is not correct syntax, you need to fix these lines

thank you very much i will change it now

don’t forget you can check with the online html validator tool to help you find syntax mistakes:

Just paste your html into it to see the errors.

1 Like