Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

please help me i did eveything but i m not able to pass the testt

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>Bahubali</h1>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png"alt="a boy holding a guitar saying rise beyond">
    <p>bahubali is the greatest movie of all timme in india.</p>
    <p><strong>Movie Rating: </strong>
    <span arai-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span>  {10/10}</span> 
    <h2>Cast members</h2>
    <ul>
      <li><strong>Prabhas</strong></li>
      <li><strong>bahubali</strong></li>
      <li><strong>prabhas as bahubali</strong></li>
    </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/148.0.0.0 Safari/537.36

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-movie-review-page/67ef8f695db52583424bd118.md at main · freeCodeCamp/freeCodeCamp · GitHub

hello!

please take a close look at the “aria” spelling. write the rating inside parentheses (). the “M” in "Cast Members” in the h2 should be capital.

please make sure to follow the User Story #8, in each li only the actor’s name should be inside <strong> tags then followed by as {character name}. please make sure to close the ul tag properly