Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

hi everybody!!!
what a i doing wrong on 8?
thaks for helping!!

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>hjgdghdv</h1>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="hjubjvhds">
    <p>ouhgiyfutf</p>
    <p><strong>Movie Rating:</strong><span aria-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span>9.2/10</p>
    <h2>Cast Members</h2>
        <ul>
            <li><strong>jewfjrew ijewohfew</strong> as kdjvjsngjrsngo</li>
            <li><strong>jejer nfjnv</strong>as jhjbjhbj</li>
            <li><strong>jfjg njjfnde</strong>as knvdjbgbr</li>
        </ul>
</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/142.0.0.0 Safari/537.36

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

What is 8? What part of your code do you think should satisfy this test?

this stars part, i just cant get what am i doing wrong.

i copied everything from the user stories.

This is what your code produces:
Movie Rating: :star::star::star::star::star::star::star::star::star:☆9.2/10

And this is what the example app looks like;
Movie Rating: :star::star::star::star::star::star::star::star::star:☆ (9.2/10)

See the problem?