Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

Please my code for number 8 is not passing even though I’ve tried doing what I could. Please help!

Your code so far

<!DOCTYPE html>
 <html lang="en">
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Movie Review</title>
 </head>

<body>
<main>
    <h1> THE WORLD OF MUSIC</h1>
   <img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="a young boy looking at the sunrise in a city behind an open curtains of a stage with a guitar in one hand another on the stage and two observers ">
  <p> This movie is about a you  boy who rose above all odds to fulfill his dreams in music and ended up saving the world </p> 
      <p> 
          <strong>Movie Rating:</strong>
<span aria-hidden="true">⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️☆ </span>(9/10)
   </p>
   <h2>Cast Members </h2>
   <ul>
      <li> <strong>Becky Andrew </strong>as Lola </li>
   <li> <strong>Benjamin Aikins </strong>as Big Jo </li>
      <li> <strong> Richard Quaye </strong> as Mike  </li>
   </ul>
    </main> 
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

Hi

When I tested your code I removed the space after the stars and cut and paste the stars again from the question and it passed

Thank you ,it worked

1 Like