Tell us what’s happening:
I’m also having trouble getting the tests to pass for the span element. I’ve tried adjusting the spacing several times, but it still won’t go through.
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>Scrooge</h1>
<img src="https://upload.wikimedia.org/wikipedia/en/e/e9/Scrooge1970Film.jpg" alt="Scrooge movie poster">
<p>This 1970 film tells Dickens' story of A Christmas Carol with lots of lively song and dance.</p>
<p>
<strong>Movie Rating: </strong>8
<span aria-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐☆☆</span> (8/10)</p>
<h2>Cast Members</h2>
<ul>
<li><strong>Albert Finney</strong>as Scrooge</li>
<li><strong>Alec Guiness</strong> as Jacob Marley</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/137.0.0.0 Safari/537.36 Edg/137.0.0.0
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page