Tell us what’s happening:
I have issue with step 8 of the test. step with span and movie rating. i cant figure it out even looking at multiple posts with same issue
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>Movie Rating: INCEPTION</h1>
<img src="https://upload.wikimedia.org/wikipedia/en/2/2e/Inception_%282010%29_theatrical_poster.jpg" alt="Poster of movie Inception">
<p>Cobb steals information from his targets by entering their dreams. He is wanted for his alleged role in his wife's murder and his only chance at redemption is to perform a nearly impossible task.</p>
<p>
<strong>Movie Rating: </strong>
<span aria-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span>(8.8) </p>
<h2>Cast Members</h2>
<ul>
<li><strong>Leonardo DiCaprio</strong> as Cobb</li>
<li><strong>Cillian Murphy</strong> as Fischer</li>
<li><strong>Joseph Gordon</strong> as Arthur</li>
<li><strong>Tom Hardy</strong> as Eames</li>
<li><strong>Marion Cortilard</strong> as Cobb</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/143.0.0.0 Safari/537.36
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page