Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

i am having issues with the span elements the star

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>Movie Review Page</h1>
        <img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="Review Page">
        <p>In a world full of chaos, a man named T-money was given birth to, restore at the very end of a war that took so many lives  in their country</p>
        <p><strong>Movie Rating</strong>
        <span aria-hidden="true" ⭐⭐⭐⭐⭐⭐⭐⭐⭐☆></span>9.8/10
        </p> 
        <h2>Cast Members</h2>
        <ul>
            <li><strong>James Holloway</strong> as Ethan Carter</li>
            <li><strong>Thomas Holloway</strong> as Wuwas Opod</li>
            <li><strong>Dave Holloway</strong> as Olaas Cawlos</li>
            <li><strong>Raaya Holloway</strong> as Fave draedex></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/143.0.0.0 Safari/537.36

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

The stars should be placed between the opening and closing span tags.

The numerical rating should be in parenthesis