Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

the item: 8. 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.
not working

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>Superman</h1>
        <img src="https://upload.wikimedia.org/wikipedia/pt/3/32/Superman_%282025_film%29_poster.jpg" alt="superman poster">
        <p>Clark Kent grapples with balancing his life as an ordinary man and the world’s greatest hero. When a powerful new threat emerges that could destroy humanity, Superman must embrace his full potential and confront his past to save Earth. Along the way, he discovers new allies, faces old foes, and learns what it truly means to be a symbol of hope</p>
<p><strong>Movie Rating: </strong><span aria-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span>(9.2/10)</p>

        <h2>Cast Members</h2>
        <ul><li><strong>David Corenswet</strong> as Clark Kent / Superman</li>
            <li><strong>Rachel Brosnahan</strong> as Lois Lane</li>
            <li><strong>Raúl Castillo</strong> as Jimmy Olsen</li>
            <li><strong>Antje Traue</strong> as Faora</li>
            <li><strong>Nathan Fillion</strong> as Green Lantern (John Stewart)</li>
            <li><strong>Michael Shannon</strong> as General Zod</li>
            <li><strong>Isabela Merced</strong> as Rebecca</li>
            <li><strong>Steve Agee</strong> as Steve Lombard</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/136.0.0.0 Safari/537.36

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

HI @tifanyporto !

Welcome to the forum!

You need to add a space here to pass

1 Like