Design a Movie Review Page - Help with Step 8

Tell us what’s happening:

I have tried to search for everywhere but I cannot seem to ever solve this problem with “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.” Can somebody help? Idk what im doing wrong bro

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>Wall-E Movie Review</h1>
        <img src="https://upload.wikimedia.org/wikipedia/en/4/4c/WALL-E_poster.jpg" alt="Wall-E robot character waving at you, with space and trash in the background.">
        <p>Basically one of the best movies ever har har har probably also one of the best romance movies too</p>
        <p><strong>Movie Rating: </strong>
         <span aria-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span>(9)
        </p>
    </main>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

Welcome to the forum @DoomerNuts

9 stars out of how many?

Happy coding

Oh my god thank you so much bro I got it figured it out :sob: I didn’t realize how simple that was

1 Like