Tell us what’s happening:
I don’t understand why this won’t pass. I have asked for help once on this 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 Title</h1>
<img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="A boy holding a guitar">
<p>A movie about a boy wanting to play guitar professionally.</p>
<p><strong>Movie Rating:</strong>
<span aria-hidden="true">⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️</span> (10/10)</p>
<h2>Cast Members</h2>
<ul>
<li><strong>Leslie Jupiter</strong> as Stacy Letters</li>
<li><strong>Carl Martin</strong> as Benjamin Letters</li>
<li><strong>Jeremy Sutures</strong> as David Wheelers</li>
<li><strong>Rebecca Howard</strong> as Jodi Margaret</li>
</ul>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page