Hey
I’ve got an issue with test 8. I already tried the things that the said in the other topics, but is doesn’t work.
Thanks for helping me!
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>The Lion King</h1>
<img src="https://cdn.freecodecamp.org/curriculum/labs/rise-beyond-2.png" alt="movie cover of Rise Beyond: a boy with a gitar in front of a city during a sunrise.">
<p>The Lion King is a movie about Simba, a little lion whose father is the king of the lions.</p>
<p><b>Movie Rating:</b><span aria-hidden="true">⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️</span>(10/10)</p>
<h2>Cast Members</h2>
<ul>
<li><b>Marcel</b> as Simba</li>
<li><b>Loes</b> as Nala</li>
<li><b>Albert</b> as Mufasa </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.6 Safari/605.1.15
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page