Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

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

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-movie-review-page/67ef8f695db52583424bd118.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi

If you cut and paste the stars from the instructions and change the number accordingly it should pass. It appears to be a glitch.

Hi

For Some reason I can’t paste something in my code. Do you know what I can do?

if you are using an iphone, can’t you use the smart gesture to paste?

When I try that, it Just opens Google

the three finger smart gesture? I manage to paste with that in the freeCodeCamp editor

It doesn’t work for me…