Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

i have tried all the possible spacing and everything but still i m no getting 8 point right

Your code so far

<main>
  <h1>The Great Adventure</h1>
  <img src="great-adventure.jpg" alt="Poster of The Great Adventure movie">
  
  <p>
    A thrilling journey across uncharted lands, where a group of explorers discovers more than they bargained for.
  </p>
  
  <p>
    <strong>Movie Rating:</strong>
    <span aria-hidden="true"> ⭐⭐⭐⭐⭐☆☆☆☆☆ (5/10)</span>
  </p>
  
  <h2>Cast Members</h2>
  <ul>
    <li><strong>James Holloway</strong> as Ethan Carter</li>
    <li><strong>Sarah Lin</strong> as Dr. Emily Rhodes</li>
    <li><strong>Marcus Green</strong> as Captain Walters</li>
    <li><strong>Lily Chen</strong> as Maya Tran</li>
  </ul>
</main>

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

Welcome to the forum :wave:

What is point 8?

How does your code fulfill this?

  1. 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 .

I’ve added bold letters here for an important point

didn’t get you? my span element is not working

followed by a numerical value in parentheses after the span

<span>inside the span</span> after the span is here.

got it thank you so much for help

1 Like

Hi hope all is well.
This one is wrong span(9.2/10)p

Add a space after closing span element/tag like this span (9.2/10)p
Hope this helps :wink: