Build a Video Compilation Page - Build a Video Compilation Page

Tell us what’s happening:

I add three sections but its still asking me to add section

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Video Compilation Page</title>
</head>
<main>
<body>
  <h1>Makeup Tutorials</h1> 
   <p>Welcome to our makeup tutorial section, where beauty meets creativity! Here,you'll find step-by-step guides,tips,and tricks to help you master various makeup looks,from natural and subtle to bold and dramatic.</p>
<section>
   <h2>Eyebrow Tutorial</h2>
   <p>Your eyebrows frame your face and can completely transform your look. Whether you prefer bold and defined brows or a natural, soft shape, mastering the art of eyebrow grooming and filling is key to enhancing your overall makeup. In this tutorial, we’ll guide you through simple steps to shape, fill, and perfect your brows—whether you're a beginner or just looking to sharpen your skills. Get ready to achieve flawless, balanced brows that highlight your natural beauty and complete your makeup look effortlessly!</p>
 <iframe src="https://www.youtube.com/embed/cWA-qzhsUY8"
 width="688" height="387" title="Easy Eyebrow Tutorial Step By Step" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
 </iframe>
  </section>
   <section>
  <h2>How to apply foundation</h2>
  <p>A flawless foundation is the key to a polished makeup look. Whether you’re aiming for a natural glow or full coverage glam, the way you apply your foundation makes all the difference. In this tutorial, we’ll walk you through simple, step-by-step techniques to achieve a smooth, even complexion that looks radiant and lasts all day. From choosing the right shade to blending like a pro, get ready to unlock the secrets to your best base ever!</p>
    <iframe  src="https://www.youtube.com/embed/80B3HH5cv0s" width="688" height="387" title="How To Apply Foundation For BEGINNERS" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
     </section>
     <section>
       <h2>Eye makeup tutorials</h2>
     <p>They say your eyes are the windows to your soul—and with the right makeup, you can make them truly mesmerizing. Whether you're going for a bold smoky eye, a soft everyday look, or something playful with color, mastering eye makeup is all about technique and creativity. In this tutorial, we’ll guide you through each step to enhance your eyes, from blending shadows to perfecting eyeliner and adding the finishing touch with mascara. Let’s make your eyes the star of your look!</p>
<iframe  src="https://www.youtube.com/embed/pqBBVY-yxpw"width="688" height="387" title="Here&#39;s How To MASTER 2-Tone Eyeshadow Look" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
     </section>
     <section>
    <h2>How to apply bronzer blush and highlighter</h2>
<p>Adding blush and highlighter is the perfect way to bring life and glow to your makeup look. Blush adds a healthy flush of color, while highlighter catches the light to give your skin a radiant, dewy finish. In this tutorial, we’ll show you how to apply both products seamlessly—enhancing your natural features and creating that beautiful, fresh-faced glow. Whether you love a subtle sheen or a bold pop of color, we’ve got you covered with tips for every skin tone and style!</p>
<iframe  src="https://www.youtube.com/embed/iQlaCKug-hA"width="688" height="387" title="HOW TO APPLY BRONZER BLUSH AND HIGHLIGHTER TOGETHER | NINA UBHI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
     </section>
     <section>
       <h2>Lip tutorial</h2>
  <p>Your lips can make a bold statement or add the perfect finishing touch to any makeup look. Whether you’re aiming for a classic red, a soft nude, or a glossy finish, the right technique ensures your lip color looks flawless and lasts longer. In this tutorial, we’ll guide you through prepping your lips, lining for definition, and applying your favorite lipstick or gloss with precision. Get ready to create lips that are smooth, vibrant, and irresistibly beautiful!</p>
<iframe  src="https://www.youtube.com/embed/eAbC5uI9-Rw"width="413" height="232" title="FUN &amp; EASY : OMBRE LIP TUTORIAL" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></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/136.0.0.0 Safari/537.36

Challenge Information:

Build a Video Compilation Page - Build a Video Compilation Page

Make sure all your semantic tags need to be in the body. Looks like you have a stray main tag outside the body. See if that helps.

1 Like

validate your code with an html validator, your code has issues: Ready to check - Nu Html Checker

1 Like