Tell us what’s happening:
please help me i did eveything but i m not able to pass the testt
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>Bahubali</h1>
<img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png"alt="a boy holding a guitar saying rise beyond">
<p>bahubali is the greatest movie of all timme in india.</p>
<p><strong>Movie Rating: </strong>
<span arai-hidden="true">⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span> {10/10}</span>
<h2>Cast members</h2>
<ul>
<li><strong>Prabhas</strong></li>
<li><strong>bahubali</strong></li>
<li><strong>prabhas as bahubali</strong></li>
</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/148.0.0.0 Safari/537.36
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page