Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

the steps 5, 6, 7, and 8, are really hard to do and i need help completing it can yall pls give me a hint.

Your code so far

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

<head>
    <meta charset="utf-8">
    <title>Video Compilation Page</title>
</head>

<body>
     <main>
         <h1>Web Development</h1>
          <p>Front End Web Development involves designing and building user interfaces of websites using HTML, CSS, and JavaScript. It focuses on creating visually appealing, interactive, and user-friendly websites. Front End developers ensure accessibility, performance optimization, and adherence to web standards, blending creativity with technical expertise.</p>

   <section>  
    <h2>HTML</h2>
            <p2>HTML, or HyperText Markup Language, forms the backbone of web pages by defining their basic structure and layout. It uses a series of elements to display text, images, lists, tables, and other static content on a web page.
</p>
    <iframe  
   width="425"
  height="250"
   src="https://www.youtube.com/embed/GDGejH3SDNQ" 
   title="Coding Introduction – Course for Beginners">
      </iframe> 
       <section/>

       <section>
         <h2>CSS</h2>
            <p>CSS, or Cascading Style Sheets, is used to control the visual presentation of HTML elements on a web page. It allows for customized styling, including colors, fonts, layouts, and spacing, making websites visually appealing. CSS also supports responsive design, ensuring web pages look good on all devices.
</p>
    <iframe 
   width="425"
  height="250"
   src="https://www.youtube.com/embed/OXGznpKZ_sA" 
   title="CSS Tutorial – Full Course for Beginners">
          </iframe>    
</section>
       <section>
         <h2>JavaScript</h2>
    <p>JavaScript is a programming language that adds interactivity to static web pages, enabling dynamic content updates, form validations, animations, and responsive behaviors based on user interactions and events.</p>
              <iframe 
   width="425"
  height="250"
     src="https://www.youtube.com/embed/jS4aFq5-91M" 
        title="JavaScript Programming - Full Course">
          </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/145.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

Hi @joshuachux1

What is a p2 element?

Double check all the closing tags.

Happy coding

Oh , Thank you @Teller

1 Like

i keep on thinking p is h2 so thats my mistake.

im now done with it and so as the quiz

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.