Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

I try many times but I couldn’t pass :frowning: please help me

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>Soul</h1>
    <img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="movie poster">
    <p>i don't watch the movie</p>
    <p><strong>Movie Rating:</strong><span aria-hidden="true">⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️☆</span> (9.2/10) </p>
    <h2>Cast Members</h2>
    <ul>
        <li><strong>James Holloway</strong>as Ethan Carter</li>
    <li><strong>Matth Pat</strong>as Mon</li>
    </ul>
</main>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15

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

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  • What is the requirement of the first failing test?
  • Check the related User Story and ensure it’s followed precisely.
  • What line of code implements this?
  • Are there any errors or messages in the console?

If this does not help you solve the problem, please reply with answers to these questions.

I get trouble in 8 question

try answering all the questions please

Hi @Helen-2001

Try copying and pasting the stars from the user story.

Happy coding

1 Like

Thank you that really help me:)

1 Like