Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

Unsure why I can’t get a test to pass – I’m using HTML number entities to represent stars…

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>Dazed & Confused</h1>
    <img src="https://musicart.xboxlive.com/7/adcf1100-0000-0000-0000-000000000002/504/image.jpg" alt="A tye-dye collage of characters with a sedated smiley face in the middle below the title.">
    <p>They haze the incoming freshman by chasing them down and giving them their licks.</p>
    <p><strong>Movie Rating:</strong><span aria-hidden="true" style="color: gold;">&#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9734;&#9734;</span> (8/10)</p>
    <h2>Cast Members</h2>
    <ul>
        <li><strong>Matthew McConaughey</strong> as David Wooderson</li>
        <li><strong>Parker Posey</strong> as Darla Marks</li>
        <li><strong>Jason London</strong> as Randal "Pink" Floyd</li>
        <li><strong>Ben Affleck</strong> as Fred O'Bannion</li>
        <li><strong>Wiley Wiggins</strong> as Mitch Kramer</li>
    </ul>


</main>
</body>

</html>

Your browser information:

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

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-movie-review-page/design-a-movie-review-page

don’t use entities, copy the stars from the instructions

1 Like

Meu caso aqui, só falta o número “8” da lição. Já tentei de tudo. Meu trecho de código abaixo:

classificação

Movie Rating

:star::star::star::star::star::star::star::star::star::star: (10/10)

Me ajudem por favorrr

please create your own topic, we can’t help you in someone else’s topic

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.