Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

my alt for my img keeps giving me an error and i keep getting this error on Q8:The span element inside the rating paragraph should have ten stars, either filled in (:star:) or empty (☆), followed by a numerical value in parentheses after the span

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 Devil Wears Prada</h1>
 <img src="https://lumiere-a.akamaihd.net/v1/images/devilwearsprada_featuring_1600x686_e1333dda.jpeg" alt:"The Devil Wears Prada">
 <p>The Devil Wears Prada is a 2006 American comedy-drama film directed by David Frankel and produced by Wendy Finerman. The screenplay, written by Aline Brosh McKenna, is based on the 2003 novel by Lauren Weisberger. The film stars Meryl Streep, Anne Hathaway, Stanley Tucci, and Emily Blunt. It follows Andy Sachs (Hathaway), an aspiring journalist who gets a job at a fashion magazine but finds herself at the mercy of her demanding editor, Miranda Priestly (Streep).
 </p>
 <p>
    <strong>Movie Rating:</strong>
    <span aria-hidden="true"> ⭐⭐⭐⭐⭐⭐⭐⭐⭐ </span>
    9/10
    <h2>Cast Members</h2>
    <ul>
        <li> <strong>Meryl Streep</strong> as Miranda Priestly </li>
        <li> <strong>Anne Hathaway</strong> as Andrea "Andy" Sachs </li>
        <li> <strong>Emily Blunt</strong> as Emily Charlton </li>
    </ul>
</p>
</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 Edg/148.0.0.0

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

Welcome to the forum @Zahara101!

Is this how we set the value of an attribute? Look at your other attributes.

Edit:
You also do not have 10 stars and the numerical value representing the rating is not in parentheses as asked.

Happy coding!

Omw thank you :see_no_evil_monkey: think I missed it after redoing it 3 times because it kept giving me the star error.