Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

Hi I’ve looked through 4-5 different forums with people having the same issue on this span step (step 8). Tried to troubleshoot with different space variations and I just want to have this assignment completed.

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><em>Up</em></h1>
    <img src="https://www.rogerebert.com/wp-content/uploads/2024/03/Up-768x1152.jpg" alt="The trio riding the garden hose of a flying house">
    <p>The movie <em>Up</em> follows Carl Fredrickson and Russell to Paradise Falls, where Carl plans to travel by a ballon-flying-house. The duo make friends and foes on an amazing adventure that travels continents!
        <p><strong>Movie Rating:</strong><span aria-hidden="true"> &#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9733;&#9733; </span> (9.3)
        </p>
  <h2>Cast Members</h2>
    <ul>
      <li><strong>Ed Asner</strong> as Carl Fredrickson</li>
      <li><strong>Jordan Nagai</strong> as Russell</li>
      <li><strong>Bob Peterson</strong> as Dug</li>
      <li><strong>Christopher Plummer</strong> as Charles Muntz</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/146.0.0.0 Safari/537.36 Edg/146.0.0.0

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

Welcome to the forum @blake.hoover56 !

Please take a look at the example app. There should be a space before the numerical value, representing the rating, in parentheses.

Happy coding!

1 Like

I don’t have any spaces before or behind my numerical rating. It looks like this person does. I do however list that it is a factor out of ten in mine which is missing in this. Not sure that’s required.

1 Like

I must have been looking at someone else’s code when I replied the first time.

You need to use the :star: in the instructions rather than &#9733;. No spaces inside the span elements.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.