Tell us what’s happening:
Unsure why I can’t get a test to pass – I’m using HTML number entities to represent stars…
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>Dazed & Confused</h1>
<img src="https://musicart.xboxlive.com/7/adcf1100-0000-0000-0000-000000000002/504/image.jpg" alt="A tye-dye collage of characters with a sedated smiley face in the middle below the title.">
<p>They haze the incoming freshman by chasing them down and giving them their licks.</p>
<p><strong>Movie Rating:</strong><span aria-hidden="true" style="color: gold;">★★★★★★★★☆☆</span> (8/10)</p>
<h2>Cast Members</h2>
<ul>
<li><strong>Matthew McConaughey</strong> as David Wooderson</li>
<li><strong>Parker Posey</strong> as Darla Marks</li>
<li><strong>Jason London</strong> as Randal "Pink" Floyd</li>
<li><strong>Ben Affleck</strong> as Fred O'Bannion</li>
<li><strong>Wiley Wiggins</strong> as Mitch Kramer</li>
</ul>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0
Challenge Information:
Design a Movie Review Page - Design a Movie Review Page
https://www.freecodecamp.org/learn/full-stack-developer/lab-movie-review-page/design-a-movie-review-page
