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"> ★★★★★★★★★★ </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