Tell us what’s happening:
Step 3, the img element test, is not letting me pass. tx
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 Review: Rise Beyond <h1/>
<img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="Man on stage standing with a Guitar looking towards a bright city">
<p>
Rise Beyond is an uplifting drama that tells the story of Ethan Carter, a young man from a small town who dreams of becoming a world-class musician. Facing financial struggles and self-doubt, Ethan embarks on a journey of resilience, guided by his mentor Professor Adams and childhood friend Lena Mitchell. Through setbacks, failures, and moments of triumph, Rise Beyond reminds us that our greatest potential lies beyond our fears.
</p>
<p>
<strong>Movie Rating:</strong>
<span aria-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span>
(9.2/10)
</p>
<h2>Cast Members</h2>
<ul>
<li><strong>James Holloway </strong> as Ethan Carter</li>
<li><strong>James Holloway </strong> as Ethan Carter</li>
<li><strong>James Holloway </strong> as Ethan Carter</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.2 Safari/605.1.15
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page